@elliemae/ds-basic 3.22.0-next.0 → 3.22.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dimsum.css +16 -95
- package/dist/css/dimsum.min.css +2 -2
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/css/fonts/ProximaLight.woff +0 -0
- package/dist/css/fonts/ProximaLightItalic.woff +0 -0
- package/dist/css/fonts/ProximaMedium.woff +0 -0
- package/dist/css/fonts/ProximaMediumItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaBlack.woff +0 -0
- package/dist/css/fonts/ProximaNovaBlackItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaBold.woff +0 -0
- package/dist/css/fonts/ProximaNovaBoldItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaExtrabold.woff +0 -0
- package/dist/css/fonts/ProximaNovaExtraboldItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaRegular.woff +0 -0
- package/dist/css/fonts/ProximaNovaRegularItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaSemibold.woff +0 -0
- package/dist/css/fonts/ProximaNovaSemiboldItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaThin.woff +0 -0
- package/dist/css/fonts/ProximaNovaThinItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaLight.woff +0 -0
- package/dist/styles/base/fonts/ProximaLightItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaMedium.woff +0 -0
- package/dist/styles/base/fonts/ProximaMediumItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBlack.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBlackItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBold.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBoldItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaExtrabold.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaExtraboldItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegular.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegularItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaSemibold.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaSemiboldItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaThin.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaThinItalic.woff +0 -0
- package/dist/styles/base/fonts/font-base.scss +16 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/components/index.scss +0 -1
- package/dist/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +16 -16
- package/dist/styles/components/packages/ds-basic/styles/components/index.scss +0 -1
- package/package.json +1 -1
- package/dist/styles/components/packages/ds-wizard/DSWizard.scss +0 -121
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -3,98 +3,98 @@
|
|
|
3
3
|
// Regular font style
|
|
4
4
|
@font-face {
|
|
5
5
|
font-family: 'proxima-nova';
|
|
6
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.
|
|
6
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff') format('woff');
|
|
7
7
|
font-weight: 100;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
}
|
|
10
10
|
@font-face {
|
|
11
11
|
font-family: 'proxima-nova';
|
|
12
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.
|
|
12
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.woff') format('woff');
|
|
13
13
|
font-weight: 300;
|
|
14
14
|
font-style: normal;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'proxima-nova';
|
|
18
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.
|
|
18
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff') format('woff');
|
|
19
19
|
font-weight: normal;
|
|
20
20
|
font-style: normal;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'proxima-nova';
|
|
24
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.
|
|
24
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.woff') format('woff');
|
|
25
25
|
font-weight: 500;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
}
|
|
28
28
|
@font-face {
|
|
29
29
|
font-family: 'proxima-nova';
|
|
30
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.
|
|
30
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.woff') format('woff');
|
|
31
31
|
font-weight: 600;
|
|
32
32
|
font-style: normal;
|
|
33
33
|
}
|
|
34
34
|
@font-face {
|
|
35
35
|
font-family: 'proxima-nova';
|
|
36
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.
|
|
36
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.woff') format('woff');
|
|
37
37
|
font-weight: bold;
|
|
38
38
|
font-style: normal;
|
|
39
39
|
}
|
|
40
40
|
@font-face {
|
|
41
41
|
font-family: 'proxima-nova';
|
|
42
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.
|
|
42
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.woff') format('woff');
|
|
43
43
|
font-weight: 800;
|
|
44
44
|
font-style: normal;
|
|
45
45
|
}
|
|
46
46
|
@font-face {
|
|
47
47
|
font-family: 'proxima-nova';
|
|
48
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.
|
|
48
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.woff') format('woff');
|
|
49
49
|
font-weight: 900;
|
|
50
50
|
font-style: normal;
|
|
51
51
|
}
|
|
52
52
|
// Italic font style
|
|
53
53
|
@font-face {
|
|
54
54
|
font-family: 'proxima-nova';
|
|
55
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.
|
|
55
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.woff') format('woff');
|
|
56
56
|
font-weight: 100;
|
|
57
57
|
font-style: italic;
|
|
58
58
|
}
|
|
59
59
|
@font-face {
|
|
60
60
|
font-family: 'proxima-nova';
|
|
61
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.
|
|
61
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.woff') format('woff');
|
|
62
62
|
font-weight: 300;
|
|
63
63
|
font-style: italic;
|
|
64
64
|
}
|
|
65
65
|
@font-face {
|
|
66
66
|
font-family: 'proxima-nova';
|
|
67
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.
|
|
67
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.woff') format('woff');
|
|
68
68
|
font-weight: normal;
|
|
69
69
|
font-style: italic;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'proxima-nova';
|
|
73
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.
|
|
73
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.woff') format('woff');
|
|
74
74
|
font-weight: 500;
|
|
75
75
|
font-style: italic;
|
|
76
76
|
}
|
|
77
77
|
@font-face {
|
|
78
78
|
font-family: 'proxima-nova';
|
|
79
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.
|
|
79
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.woff') format('woff');
|
|
80
80
|
font-weight: 600;
|
|
81
81
|
font-style: italic;
|
|
82
82
|
}
|
|
83
83
|
@font-face {
|
|
84
84
|
font-family: 'proxima-nova';
|
|
85
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.
|
|
85
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.woff') format('woff');
|
|
86
86
|
font-weight: bold;
|
|
87
87
|
font-style: italic;
|
|
88
88
|
}
|
|
89
89
|
@font-face {
|
|
90
90
|
font-family: 'proxima-nova';
|
|
91
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.
|
|
91
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.woff') format('woff');
|
|
92
92
|
font-weight: 800;
|
|
93
93
|
font-style: italic;
|
|
94
94
|
}
|
|
95
95
|
@font-face {
|
|
96
96
|
font-family: 'proxima-nova';
|
|
97
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.
|
|
97
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.woff') format('woff');
|
|
98
98
|
font-weight: 900;
|
|
99
99
|
font-style: italic;
|
|
100
100
|
}
|
|
@@ -26,5 +26,4 @@
|
|
|
26
26
|
@import '../../../ds-imagelibrarymodal/src/DSImageLibraryModal.scss';
|
|
27
27
|
@import '../../../ds-uploader/src/DSUploader.scss';
|
|
28
28
|
@import '../../../ds-ribbon/src/DSRibbon.scss';
|
|
29
|
-
@import '../../../ds-wizard/src/DSWizard.scss';
|
|
30
29
|
@import '../../../ds-card-array/src/DSCardArray.scss';
|
|
@@ -3,98 +3,98 @@
|
|
|
3
3
|
// Regular font style
|
|
4
4
|
@font-face {
|
|
5
5
|
font-family: 'proxima-nova';
|
|
6
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.
|
|
6
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff') format('woff');
|
|
7
7
|
font-weight: 100;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
}
|
|
10
10
|
@font-face {
|
|
11
11
|
font-family: 'proxima-nova';
|
|
12
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.
|
|
12
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.woff') format('woff');
|
|
13
13
|
font-weight: 300;
|
|
14
14
|
font-style: normal;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'proxima-nova';
|
|
18
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.
|
|
18
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff') format('woff');
|
|
19
19
|
font-weight: normal;
|
|
20
20
|
font-style: normal;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'proxima-nova';
|
|
24
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.
|
|
24
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.woff') format('woff');
|
|
25
25
|
font-weight: 500;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
}
|
|
28
28
|
@font-face {
|
|
29
29
|
font-family: 'proxima-nova';
|
|
30
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.
|
|
30
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.woff') format('woff');
|
|
31
31
|
font-weight: 600;
|
|
32
32
|
font-style: normal;
|
|
33
33
|
}
|
|
34
34
|
@font-face {
|
|
35
35
|
font-family: 'proxima-nova';
|
|
36
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.
|
|
36
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.woff') format('woff');
|
|
37
37
|
font-weight: bold;
|
|
38
38
|
font-style: normal;
|
|
39
39
|
}
|
|
40
40
|
@font-face {
|
|
41
41
|
font-family: 'proxima-nova';
|
|
42
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.
|
|
42
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.woff') format('woff');
|
|
43
43
|
font-weight: 800;
|
|
44
44
|
font-style: normal;
|
|
45
45
|
}
|
|
46
46
|
@font-face {
|
|
47
47
|
font-family: 'proxima-nova';
|
|
48
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.
|
|
48
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.woff') format('woff');
|
|
49
49
|
font-weight: 900;
|
|
50
50
|
font-style: normal;
|
|
51
51
|
}
|
|
52
52
|
// Italic font style
|
|
53
53
|
@font-face {
|
|
54
54
|
font-family: 'proxima-nova';
|
|
55
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.
|
|
55
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.woff') format('woff');
|
|
56
56
|
font-weight: 100;
|
|
57
57
|
font-style: italic;
|
|
58
58
|
}
|
|
59
59
|
@font-face {
|
|
60
60
|
font-family: 'proxima-nova';
|
|
61
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.
|
|
61
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.woff') format('woff');
|
|
62
62
|
font-weight: 300;
|
|
63
63
|
font-style: italic;
|
|
64
64
|
}
|
|
65
65
|
@font-face {
|
|
66
66
|
font-family: 'proxima-nova';
|
|
67
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.
|
|
67
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.woff') format('woff');
|
|
68
68
|
font-weight: normal;
|
|
69
69
|
font-style: italic;
|
|
70
70
|
}
|
|
71
71
|
@font-face {
|
|
72
72
|
font-family: 'proxima-nova';
|
|
73
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.
|
|
73
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.woff') format('woff');
|
|
74
74
|
font-weight: 500;
|
|
75
75
|
font-style: italic;
|
|
76
76
|
}
|
|
77
77
|
@font-face {
|
|
78
78
|
font-family: 'proxima-nova';
|
|
79
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.
|
|
79
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.woff') format('woff');
|
|
80
80
|
font-weight: 600;
|
|
81
81
|
font-style: italic;
|
|
82
82
|
}
|
|
83
83
|
@font-face {
|
|
84
84
|
font-family: 'proxima-nova';
|
|
85
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.
|
|
85
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.woff') format('woff');
|
|
86
86
|
font-weight: bold;
|
|
87
87
|
font-style: italic;
|
|
88
88
|
}
|
|
89
89
|
@font-face {
|
|
90
90
|
font-family: 'proxima-nova';
|
|
91
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.
|
|
91
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.woff') format('woff');
|
|
92
92
|
font-weight: 800;
|
|
93
93
|
font-style: italic;
|
|
94
94
|
}
|
|
95
95
|
@font-face {
|
|
96
96
|
font-family: 'proxima-nova';
|
|
97
|
-
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.
|
|
97
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.woff') format('woff');
|
|
98
98
|
font-weight: 900;
|
|
99
99
|
font-style: italic;
|
|
100
100
|
}
|
|
@@ -25,5 +25,4 @@
|
|
|
25
25
|
@import '../../../ds-wysiwygeditor/src/DSWYSIWYGEditor.scss';
|
|
26
26
|
@import '../../../ds-imagelibrarymodal/src/DSImageLibraryModal.scss';
|
|
27
27
|
@import '../../../ds-ribbon/src/DSRibbon.scss';
|
|
28
|
-
@import '../../../ds-wizard/src/DSWizard.scss';
|
|
29
28
|
@import '../../../ds-card-array/src/DSCardArray.scss';
|
package/package.json
CHANGED
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
// ********************************************
|
|
2
|
-
// container definition
|
|
3
|
-
$wizard-indicator: #{$prefix}-wizard-steps-indicator;
|
|
4
|
-
$wizard-indicator-item: #{$prefix}-wizard-steps-indicator-step;
|
|
5
|
-
// ********************************************
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
@mixin dotted($color, $size) {
|
|
9
|
-
height: $size;
|
|
10
|
-
background-image: linear-gradient(to right, $color 40%, rgba(255, 255, 255, 0) 0%);
|
|
11
|
-
background-position: top;
|
|
12
|
-
background-size: 3px $size;
|
|
13
|
-
background-repeat: repeat-x;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
$bullet-size: space(l);
|
|
17
|
-
$color-active: color(brand-primary, 600);
|
|
18
|
-
$color-completed: color(brand-primary, 500);
|
|
19
|
-
$color-inactive: color(neutral, 200);
|
|
20
|
-
|
|
21
|
-
.#{$wizard-indicator} {
|
|
22
|
-
display: flex;
|
|
23
|
-
justify-content: center;
|
|
24
|
-
overflow: hidden;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.#{$wizard-indicator-item} {
|
|
28
|
-
display: flex;
|
|
29
|
-
justify-content: center;
|
|
30
|
-
flex: 1 1 0px;
|
|
31
|
-
min-width: 96px;
|
|
32
|
-
max-width: 144px;
|
|
33
|
-
margin: 0 8px;
|
|
34
|
-
|
|
35
|
-
.#{$wizard-indicator-item}-wrapper {
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: column;
|
|
38
|
-
align-items: center;
|
|
39
|
-
width: 100%;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.#{$wizard-indicator-item}__bullet-wrapper {
|
|
43
|
-
display: flex;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
position: relative;
|
|
46
|
-
width: 100%;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.#{$wizard-indicator-item}__bullet {
|
|
50
|
-
margin: space(xs);
|
|
51
|
-
width: $bullet-size;
|
|
52
|
-
height: $bullet-size;
|
|
53
|
-
border-radius: 50%;
|
|
54
|
-
font-size: font-size(600);
|
|
55
|
-
border: border-size() solid $color-inactive;
|
|
56
|
-
color: color(brand-primary, 600);
|
|
57
|
-
position: relative;
|
|
58
|
-
transition: all duration(base) easing(in);
|
|
59
|
-
@include center();
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.#{$wizard-indicator-item}__label {
|
|
63
|
-
@include h5-text-style();
|
|
64
|
-
color: color(neutral, 500);
|
|
65
|
-
transition: all duration(base) easing(in);
|
|
66
|
-
text-align: center;
|
|
67
|
-
width: 100%;
|
|
68
|
-
max-height: 36px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
&:not(:last-child) {
|
|
73
|
-
// line
|
|
74
|
-
.#{$wizard-indicator-item}__bullet-wrapper::after {
|
|
75
|
-
margin: 0 5px;
|
|
76
|
-
position: absolute;
|
|
77
|
-
top: 50%;
|
|
78
|
-
left: calc(62%);
|
|
79
|
-
display: block;
|
|
80
|
-
width: 80%;
|
|
81
|
-
content: '';
|
|
82
|
-
transition: all duration(slow) easing(in);
|
|
83
|
-
@include dotted($color-inactive, 1px);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
// STATES
|
|
90
|
-
.#{$wizard-indicator-item}--completed {
|
|
91
|
-
.#{$wizard-indicator-item}__bullet {
|
|
92
|
-
border-color: color(brand-primary, 600);
|
|
93
|
-
}
|
|
94
|
-
.#{$wizard-indicator-item}__label {
|
|
95
|
-
color: color(neutral, 800);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.#{$wizard-indicator-item}--active {
|
|
100
|
-
.#{$wizard-indicator-item}__bullet {
|
|
101
|
-
border-color: color(brand-primary, 700);
|
|
102
|
-
color: color(brand-primary, 700);
|
|
103
|
-
font-weight: bold;
|
|
104
|
-
border-width: 1.5px;
|
|
105
|
-
}
|
|
106
|
-
.#{$wizard-indicator-item}__label {
|
|
107
|
-
color: color(brand-primary, 700);
|
|
108
|
-
font-weight: bold;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// complete line
|
|
113
|
-
.#{$wizard-indicator-item}--completed {
|
|
114
|
-
&:not(:last-child) {
|
|
115
|
-
// line
|
|
116
|
-
.#{$wizard-indicator-item}__bullet-wrapper::after {
|
|
117
|
-
background: color(brand-primary, 700);
|
|
118
|
-
background-size: initial;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|