@syncfusion/ej2-navigations 27.2.5 → 28.1.35
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/README.md +2 -2
- package/dist/ej2-navigations.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +535 -341
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +555 -355
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +3 -3
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +7 -0
- package/src/accordion/accordion.js +52 -45
- package/src/carousel/carousel-model.d.ts +12 -0
- package/src/carousel/carousel.d.ts +11 -0
- package/src/carousel/carousel.js +25 -4
- package/src/common/menu-base-model.d.ts +7 -0
- package/src/common/menu-base.d.ts +7 -0
- package/src/common/menu-base.js +80 -19
- package/src/context-menu/context-menu-model.d.ts +15 -0
- package/src/context-menu/context-menu.d.ts +13 -0
- package/src/context-menu/context-menu.js +10 -0
- package/src/menu/menu.js +4 -0
- package/src/stepper/stepper.d.ts +9 -0
- package/src/stepper/stepper.js +262 -237
- package/src/stepper-base/stepper-base.js +15 -11
- package/src/tab/tab-model.d.ts +15 -2
- package/src/tab/tab.d.ts +26 -2
- package/src/tab/tab.js +81 -14
- package/src/toolbar/toolbar-model.d.ts +0 -6
- package/src/toolbar/toolbar.d.ts +0 -6
- package/src/treeview/treeview.d.ts +1 -9
- package/src/treeview/treeview.js +17 -16
- package/styles/accordion/_tailwind3-definition.scss +168 -0
- package/styles/accordion/_theme.scss +2 -2
- package/styles/accordion/bds.css +544 -0
- package/styles/accordion/bds.scss +5 -0
- package/styles/accordion/icons/_tailwind3.scss +15 -0
- package/styles/accordion/tailwind3.css +552 -0
- package/styles/accordion/tailwind3.scss +5 -0
- package/styles/appbar/_layout.scss +1 -1
- package/styles/appbar/_tailwind3-definition.scss +6 -0
- package/styles/appbar/bds.css +302 -0
- package/styles/appbar/bds.scss +4 -0
- package/styles/appbar/tailwind3.css +285 -0
- package/styles/appbar/tailwind3.scss +4 -0
- package/styles/bds-lite.css +9233 -0
- package/styles/bds-lite.scss +47 -0
- package/styles/bds.css +11954 -0
- package/styles/bds.scss +59 -0
- package/styles/bootstrap-dark-lite.css +21 -13
- package/styles/bootstrap-dark.css +35 -14
- package/styles/bootstrap-lite.css +21 -13
- package/styles/bootstrap.css +35 -14
- package/styles/bootstrap4-lite.css +21 -13
- package/styles/bootstrap4.css +35 -14
- package/styles/bootstrap5-dark-lite.css +29 -21
- package/styles/bootstrap5-dark.css +43 -22
- package/styles/bootstrap5-lite.css +29 -21
- package/styles/bootstrap5.3-lite.css +21 -13
- package/styles/bootstrap5.3.css +35 -14
- package/styles/bootstrap5.css +43 -22
- package/styles/breadcrumb/_bigger.scss +6 -0
- package/styles/breadcrumb/_layout.scss +19 -1
- package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
- package/styles/breadcrumb/_theme.scss +60 -0
- package/styles/breadcrumb/bds.css +418 -0
- package/styles/breadcrumb/bds.scss +5 -0
- package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
- package/styles/breadcrumb/tailwind3.css +441 -0
- package/styles/breadcrumb/tailwind3.scss +5 -0
- package/styles/carousel/_tailwind3-definition.scss +24 -0
- package/styles/carousel/_theme.scss +9 -3
- package/styles/carousel/bds.css +426 -0
- package/styles/carousel/bds.scss +5 -0
- package/styles/carousel/fluent2.css +5 -0
- package/styles/carousel/icons/_tailwind3.scss +30 -0
- package/styles/carousel/tailwind3.css +396 -0
- package/styles/carousel/tailwind3.scss +5 -0
- package/styles/context-menu/_bigger.scss +15 -0
- package/styles/context-menu/_layout.scss +24 -0
- package/styles/context-menu/_tailwind3-definition.scss +55 -0
- package/styles/context-menu/bds.css +421 -0
- package/styles/context-menu/bds.scss +8 -0
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/icons/_tailwind3.scss +31 -0
- package/styles/context-menu/tailwind3.css +449 -0
- package/styles/context-menu/tailwind3.scss +8 -0
- package/styles/fabric-dark-lite.css +21 -13
- package/styles/fabric-dark.css +35 -14
- package/styles/fabric-lite.css +21 -13
- package/styles/fabric.css +35 -14
- package/styles/fluent-dark-lite.css +22 -14
- package/styles/fluent-dark.css +36 -15
- package/styles/fluent-lite.css +22 -14
- package/styles/fluent.css +36 -15
- package/styles/fluent2-lite.css +37 -21
- package/styles/fluent2.css +51 -22
- package/styles/h-scroll/_tailwind3-definition.scss +83 -0
- package/styles/h-scroll/bds.css +311 -0
- package/styles/h-scroll/bds.scss +5 -0
- package/styles/h-scroll/icons/_tailwind3.scss +49 -0
- package/styles/h-scroll/tailwind3.css +311 -0
- package/styles/h-scroll/tailwind3.scss +5 -0
- package/styles/highcontrast-light-lite.css +21 -13
- package/styles/highcontrast-light.css +35 -14
- package/styles/highcontrast-lite.css +24 -16
- package/styles/highcontrast.css +38 -17
- package/styles/material-dark-lite.css +21 -13
- package/styles/material-dark.css +35 -14
- package/styles/material-lite.css +21 -13
- package/styles/material.css +35 -14
- package/styles/material3-dark-lite.css +21 -13
- package/styles/material3-dark.css +38 -14
- package/styles/material3-lite.css +21 -13
- package/styles/material3.css +38 -14
- package/styles/menu/_bigger.scss +26 -0
- package/styles/menu/_layout.scss +35 -0
- package/styles/menu/_tailwind3-definition.scss +66 -0
- package/styles/menu/_theme.scss +33 -1
- package/styles/menu/bds.css +1155 -0
- package/styles/menu/bds.scss +9 -0
- package/styles/menu/fluent2.css +1 -1
- package/styles/menu/icons/_tailwind3.scss +104 -0
- package/styles/menu/tailwind3.css +1238 -0
- package/styles/menu/tailwind3.scss +9 -0
- package/styles/pager/_bigger.scss +65 -6
- package/styles/pager/_layout.scss +22 -2
- package/styles/pager/_tailwind-definition.scss +1 -1
- package/styles/pager/_tailwind3-definition.scss +166 -0
- package/styles/pager/bds.css +915 -0
- package/styles/pager/bds.scss +5 -0
- package/styles/pager/bootstrap-dark.css +7 -0
- package/styles/pager/bootstrap.css +7 -0
- package/styles/pager/bootstrap4.css +7 -0
- package/styles/pager/bootstrap5-dark.css +7 -0
- package/styles/pager/bootstrap5.3.css +7 -0
- package/styles/pager/bootstrap5.css +7 -0
- package/styles/pager/fabric-dark.css +7 -0
- package/styles/pager/fabric.css +7 -0
- package/styles/pager/fluent-dark.css +7 -0
- package/styles/pager/fluent.css +7 -0
- package/styles/pager/fluent2.css +7 -0
- package/styles/pager/highcontrast-light.css +7 -0
- package/styles/pager/highcontrast.css +7 -0
- package/styles/pager/icons/_tailwind3.scss +50 -0
- package/styles/pager/material-dark.css +7 -0
- package/styles/pager/material.css +7 -0
- package/styles/pager/material3-dark.css +8 -0
- package/styles/pager/material3.css +8 -0
- package/styles/pager/tailwind-dark.css +16 -9
- package/styles/pager/tailwind.css +16 -9
- package/styles/pager/tailwind3.css +875 -0
- package/styles/pager/tailwind3.scss +5 -0
- package/styles/sidebar/_tailwind3-definition.scss +6 -0
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/sidebar/bds.css +263 -0
- package/styles/sidebar/bds.scss +3 -0
- package/styles/sidebar/tailwind3.css +227 -0
- package/styles/sidebar/tailwind3.scss +3 -0
- package/styles/stepper/_layout.scss +2 -0
- package/styles/stepper/_tailwind3-definition.scss +72 -0
- package/styles/stepper/_theme.scss +2 -1
- package/styles/stepper/bds.css +724 -0
- package/styles/stepper/bds.scss +6 -0
- package/styles/stepper/bootstrap-dark.css +4 -1
- package/styles/stepper/bootstrap.css +4 -1
- package/styles/stepper/bootstrap4.css +4 -1
- package/styles/stepper/bootstrap5-dark.css +4 -1
- package/styles/stepper/bootstrap5.3.css +4 -1
- package/styles/stepper/bootstrap5.css +4 -1
- package/styles/stepper/fabric-dark.css +4 -1
- package/styles/stepper/fabric.css +4 -1
- package/styles/stepper/fluent-dark.css +4 -1
- package/styles/stepper/fluent.css +4 -1
- package/styles/stepper/fluent2.css +4 -1
- package/styles/stepper/highcontrast-light.css +4 -1
- package/styles/stepper/highcontrast.css +4 -1
- package/styles/stepper/icons/_tailwind3.scss +5 -0
- package/styles/stepper/material-dark.css +4 -1
- package/styles/stepper/material.css +4 -1
- package/styles/stepper/material3-dark.css +4 -1
- package/styles/stepper/material3.css +4 -1
- package/styles/stepper/tailwind-dark.css +4 -1
- package/styles/stepper/tailwind.css +4 -1
- package/styles/stepper/tailwind3.css +724 -0
- package/styles/stepper/tailwind3.scss +6 -0
- package/styles/tab/_bigger.scss +16 -0
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +0 -2
- package/styles/tab/_bootstrap5-definition.scss +0 -2
- package/styles/tab/_bootstrap5.3-definition.scss +0 -2
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +0 -2
- package/styles/tab/_fluent2-definition.scss +0 -2
- package/styles/tab/_fusionnew-definition.scss +0 -2
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_material3-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +0 -2
- package/styles/tab/_tailwind3-definition.scss +634 -0
- package/styles/tab/_theme.scss +0 -12
- package/styles/tab/bds.css +4190 -0
- package/styles/tab/bds.scss +6 -0
- package/styles/tab/bootstrap-dark.css +7 -11
- package/styles/tab/bootstrap.css +7 -11
- package/styles/tab/bootstrap4.css +7 -11
- package/styles/tab/bootstrap5-dark.css +7 -11
- package/styles/tab/bootstrap5.3.css +7 -11
- package/styles/tab/bootstrap5.css +7 -11
- package/styles/tab/fabric-dark.css +7 -11
- package/styles/tab/fabric.css +7 -11
- package/styles/tab/fluent-dark.css +7 -11
- package/styles/tab/fluent.css +7 -11
- package/styles/tab/fluent2.css +10 -14
- package/styles/tab/highcontrast-light.css +7 -11
- package/styles/tab/highcontrast.css +7 -11
- package/styles/tab/icons/_tailwind3.scss +90 -0
- package/styles/tab/material-dark.css +7 -11
- package/styles/tab/material.css +7 -11
- package/styles/tab/material3-dark.css +9 -11
- package/styles/tab/material3.css +9 -11
- package/styles/tab/tailwind-dark.css +7 -11
- package/styles/tab/tailwind.css +7 -11
- package/styles/tab/tailwind3.css +4125 -0
- package/styles/tab/tailwind3.scss +6 -0
- package/styles/tailwind-dark-lite.css +26 -18
- package/styles/tailwind-dark.css +45 -24
- package/styles/tailwind-lite.css +26 -18
- package/styles/tailwind.css +45 -24
- package/styles/tailwind3-lite.css +9055 -0
- package/styles/tailwind3-lite.scss +47 -0
- package/styles/tailwind3.css +11743 -0
- package/styles/tailwind3.scss +59 -0
- package/styles/toolbar/_bigger.scss +14 -0
- package/styles/toolbar/_bootstrap5-definition.scss +6 -6
- package/styles/toolbar/_layout.scss +7 -1
- package/styles/toolbar/_tailwind3-definition.scss +199 -0
- package/styles/toolbar/_theme.scss +6 -6
- package/styles/toolbar/bds.css +1219 -0
- package/styles/toolbar/bds.scss +9 -0
- package/styles/toolbar/bootstrap-dark.css +1 -1
- package/styles/toolbar/bootstrap.css +1 -1
- package/styles/toolbar/bootstrap4.css +1 -1
- package/styles/toolbar/bootstrap5-dark.css +9 -9
- package/styles/toolbar/bootstrap5.3.css +1 -1
- package/styles/toolbar/bootstrap5.css +9 -9
- package/styles/toolbar/fabric-dark.css +1 -1
- package/styles/toolbar/fabric.css +1 -1
- package/styles/toolbar/fluent-dark.css +1 -1
- package/styles/toolbar/fluent.css +1 -1
- package/styles/toolbar/fluent2.css +1 -1
- package/styles/toolbar/highcontrast-light.css +1 -1
- package/styles/toolbar/highcontrast.css +1 -1
- package/styles/toolbar/icons/_tailwind3.scss +14 -0
- package/styles/toolbar/material-dark.css +1 -1
- package/styles/toolbar/material.css +1 -1
- package/styles/toolbar/material3-dark.css +1 -1
- package/styles/toolbar/material3.css +1 -1
- package/styles/toolbar/tailwind-dark.css +1 -1
- package/styles/toolbar/tailwind.css +1 -1
- package/styles/toolbar/tailwind3.css +1211 -0
- package/styles/toolbar/tailwind3.scss +9 -0
- package/styles/treeview/_bigger.scss +16 -3
- package/styles/treeview/_fluent-definition.scss +1 -1
- package/styles/treeview/_fluent2-definition.scss +2 -2
- package/styles/treeview/_highcontrast-definition.scss +3 -3
- package/styles/treeview/_layout.scss +42 -5
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_tailwind3-definition.scss +126 -0
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/bds.css +1031 -0
- package/styles/treeview/bds.scss +7 -0
- package/styles/treeview/bootstrap-dark.css +16 -1
- package/styles/treeview/bootstrap.css +16 -1
- package/styles/treeview/bootstrap4.css +16 -1
- package/styles/treeview/bootstrap5-dark.css +16 -1
- package/styles/treeview/bootstrap5.3.css +16 -1
- package/styles/treeview/bootstrap5.css +16 -1
- package/styles/treeview/fabric-dark.css +16 -1
- package/styles/treeview/fabric.css +16 -1
- package/styles/treeview/fluent-dark.css +17 -2
- package/styles/treeview/fluent.css +17 -2
- package/styles/treeview/fluent2.css +22 -4
- package/styles/treeview/highcontrast-light.css +16 -1
- package/styles/treeview/highcontrast.css +19 -4
- package/styles/treeview/icons/_tailwind3.scss +44 -0
- package/styles/treeview/material-dark.css +16 -1
- package/styles/treeview/material.css +16 -1
- package/styles/treeview/material3-dark.css +16 -1
- package/styles/treeview/material3.css +16 -1
- package/styles/treeview/tailwind-dark.css +17 -2
- package/styles/treeview/tailwind.css +17 -2
- package/styles/treeview/tailwind3.css +806 -0
- package/styles/treeview/tailwind3.scss +7 -0
- package/styles/v-scroll/_tailwind3-definition.scss +49 -0
- package/styles/v-scroll/bds.css +218 -0
- package/styles/v-scroll/bds.scss +5 -0
- package/styles/v-scroll/icons/_tailwind3.scss +27 -0
- package/styles/v-scroll/tailwind3.css +218 -0
- package/styles/v-scroll/tailwind3.scss +5 -0
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.e-backdrop {
|
|
204
|
-
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
204
|
+
@if ($skin-name != 'tailwind' and $skin-name != 'tailwind3' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
205
205
|
opacity: .5;
|
|
206
206
|
}
|
|
207
207
|
@if ($skin-name == 'fluent2') {
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
.e-sidebar {
|
|
6
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
7
|
+
-webkit-tap-highlight-color: transparent;
|
|
8
|
+
background: var(--color-sf-bg-primary);
|
|
9
|
+
height: 100%;
|
|
10
|
+
overflow: auto;
|
|
11
|
+
position: fixed;
|
|
12
|
+
top: 0;
|
|
13
|
+
-webkit-transition: none;
|
|
14
|
+
transition: none;
|
|
15
|
+
vertical-align: middle;
|
|
16
|
+
visibility: hidden;
|
|
17
|
+
will-change: transform;
|
|
18
|
+
/* stylelint-disable */
|
|
19
|
+
}
|
|
20
|
+
.e-sidebar.e-right {
|
|
21
|
+
border-left: 1px solid var(--color-sf-border-secondary) !important;
|
|
22
|
+
left: auto;
|
|
23
|
+
right: 0;
|
|
24
|
+
top: 0;
|
|
25
|
+
}
|
|
26
|
+
.e-sidebar.e-left {
|
|
27
|
+
border-right: 1px solid var(--color-sf-border-secondary) !important;
|
|
28
|
+
left: 0;
|
|
29
|
+
right: auto;
|
|
30
|
+
top: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-backdrop {
|
|
34
|
+
-webkit-filter: blur(2px) !important;
|
|
35
|
+
filter: blur(2px) !important;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-sidebar-overlay {
|
|
39
|
+
backdrop-filter: blur(2px) !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/* stylelint-disable-line no-empty-source */
|
|
43
|
+
/* stylelint-disable-line no-empty-source */
|
|
44
|
+
ejs-sidebar {
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-sidebar-display {
|
|
49
|
+
display: block;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-sidebar {
|
|
53
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
54
|
+
-webkit-tap-highlight-color: transparent;
|
|
55
|
+
background: var(--color-sf-bg-primary);
|
|
56
|
+
height: 100%;
|
|
57
|
+
overflow: auto;
|
|
58
|
+
position: fixed;
|
|
59
|
+
top: 0;
|
|
60
|
+
-webkit-transition: none;
|
|
61
|
+
transition: none;
|
|
62
|
+
vertical-align: middle;
|
|
63
|
+
visibility: hidden;
|
|
64
|
+
will-change: transform;
|
|
65
|
+
}
|
|
66
|
+
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
|
|
67
|
+
-webkit-transform: translateX(0%);
|
|
68
|
+
transform: translateX(0%);
|
|
69
|
+
-webkit-transition: -webkit-transform 0.5s ease;
|
|
70
|
+
transition: -webkit-transform 0.5s ease;
|
|
71
|
+
transition: transform 0.5s ease;
|
|
72
|
+
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
73
|
+
visibility: visible;
|
|
74
|
+
}
|
|
75
|
+
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
|
|
76
|
+
-webkit-box-shadow: none;
|
|
77
|
+
box-shadow: none;
|
|
78
|
+
visibility: hidden;
|
|
79
|
+
}
|
|
80
|
+
.e-sidebar.e-right.e-close {
|
|
81
|
+
-webkit-transform: translateX(100%);
|
|
82
|
+
transform: translateX(100%);
|
|
83
|
+
}
|
|
84
|
+
.e-sidebar.e-left.e-close {
|
|
85
|
+
-webkit-transform: translateX(-100%);
|
|
86
|
+
transform: translateX(-100%);
|
|
87
|
+
}
|
|
88
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
|
|
89
|
+
-webkit-transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
90
|
+
transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
91
|
+
transition: transform 0.5s ease, visibility 500ms;
|
|
92
|
+
transition: transform 0.5s ease, visibility 500ms, -webkit-transform 0.5s ease;
|
|
93
|
+
}
|
|
94
|
+
.e-sidebar.e-right {
|
|
95
|
+
border-left: 0 solid var(--color-sf-border-secondary);
|
|
96
|
+
left: auto;
|
|
97
|
+
right: 0;
|
|
98
|
+
top: 0;
|
|
99
|
+
}
|
|
100
|
+
.e-sidebar.e-left {
|
|
101
|
+
border-right: 0 solid var(--color-sf-border-secondary);
|
|
102
|
+
left: 0;
|
|
103
|
+
right: auto;
|
|
104
|
+
top: 0;
|
|
105
|
+
}
|
|
106
|
+
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
|
|
107
|
+
-webkit-transform: translateX(0%);
|
|
108
|
+
transform: translateX(0%);
|
|
109
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
110
|
+
transition: width 0.5s ease, visibility 500ms;
|
|
111
|
+
visibility: visible;
|
|
112
|
+
}
|
|
113
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
114
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
115
|
+
transition: width 0.5s ease, visibility 500ms;
|
|
116
|
+
}
|
|
117
|
+
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
118
|
+
-webkit-transition: none;
|
|
119
|
+
transition: none;
|
|
120
|
+
}
|
|
121
|
+
.e-sidebar.e-visibility {
|
|
122
|
+
visibility: hidden;
|
|
123
|
+
}
|
|
124
|
+
.e-sidebar.e-over {
|
|
125
|
+
-webkit-box-shadow: 0 0 rgba(var(--color-sf-base-black), 0);
|
|
126
|
+
box-shadow: 0 0 rgba(var(--color-sf-base-black), 0);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.e-sidebarcontainer.e-sidebar.e-over, .e-sidebarcontainer.e-sidebar.e-auto, .e-sidebarcontainer.e-sidebar.e-push, .e-sidebarcontainer.e-sidebar.e-slide + div {
|
|
130
|
+
-webkit-transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
131
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
132
|
+
transition: margin 0.5s ease, transform 0.5s ease;
|
|
133
|
+
transition: margin 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
134
|
+
}
|
|
135
|
+
.e-sidebarcontainer.e-left.e-open.e-auto + div {
|
|
136
|
+
margin-right: 0;
|
|
137
|
+
-webkit-transform: translateX(0);
|
|
138
|
+
transform: translateX(0);
|
|
139
|
+
margin-left: var(--sidebar-width);
|
|
140
|
+
}
|
|
141
|
+
.e-sidebarcontainer.e-left.e-close.e-auto + div {
|
|
142
|
+
margin-right: 0;
|
|
143
|
+
-webkit-transform: translateX(0);
|
|
144
|
+
transform: translateX(0);
|
|
145
|
+
margin-left: 0;
|
|
146
|
+
}
|
|
147
|
+
.e-sidebarcontainer.e-right.e-open.e-auto + div {
|
|
148
|
+
margin-left: 0;
|
|
149
|
+
-webkit-transform: translateX(0);
|
|
150
|
+
transform: translateX(0);
|
|
151
|
+
margin-right: var(--sidebar-width);
|
|
152
|
+
}
|
|
153
|
+
.e-sidebarcontainer.e-right.e-close.e-auto + div {
|
|
154
|
+
margin-right: 0;
|
|
155
|
+
-webkit-transform: translateX(0);
|
|
156
|
+
transform: translateX(0);
|
|
157
|
+
margin-left: 0;
|
|
158
|
+
}
|
|
159
|
+
.e-sidebarcontainer.e-left.e-open.e-push + div {
|
|
160
|
+
margin-right: 0;
|
|
161
|
+
-webkit-transform: translateX(0);
|
|
162
|
+
transform: translateX(0);
|
|
163
|
+
margin-left: var(--sidebar-width);
|
|
164
|
+
}
|
|
165
|
+
.e-sidebarcontainer.e-left.e-close.e-push + div {
|
|
166
|
+
margin-right: 0;
|
|
167
|
+
-webkit-transform: translateX(0);
|
|
168
|
+
transform: translateX(0);
|
|
169
|
+
margin-left: 0;
|
|
170
|
+
}
|
|
171
|
+
.e-sidebarcontainer.e-right.e-open.e-push + div {
|
|
172
|
+
margin-left: 0;
|
|
173
|
+
-webkit-transform: translateX(0);
|
|
174
|
+
transform: translateX(0);
|
|
175
|
+
margin-right: var(--sidebar-width);
|
|
176
|
+
}
|
|
177
|
+
.e-sidebarcontainer.e-right.e-close.e-push + div {
|
|
178
|
+
margin-right: 0;
|
|
179
|
+
-webkit-transform: translateX(0);
|
|
180
|
+
transform: translateX(0);
|
|
181
|
+
margin-left: 0;
|
|
182
|
+
}
|
|
183
|
+
.e-sidebarcontainer.e-left.e-open.e-slide + div {
|
|
184
|
+
margin-left: 0;
|
|
185
|
+
-webkit-transform: translate(var(--sidebar-width));
|
|
186
|
+
transform: translate(var(--sidebar-width));
|
|
187
|
+
}
|
|
188
|
+
.e-sidebarcontainer.e-left.e-close.e-slide + div {
|
|
189
|
+
margin-left: 0;
|
|
190
|
+
-webkit-transform: translate(0);
|
|
191
|
+
transform: translate(0);
|
|
192
|
+
}
|
|
193
|
+
.e-sidebarcontainer.e-right.e-open.e-slide + div {
|
|
194
|
+
margin-right: 0;
|
|
195
|
+
margin-left: 0;
|
|
196
|
+
-webkit-transform: translate(calc(-1 * var(--sidebar-width)));
|
|
197
|
+
transform: translate(calc(-1 * var(--sidebar-width)));
|
|
198
|
+
}
|
|
199
|
+
.e-sidebarcontainer.e-right.e-close.e-slide + div {
|
|
200
|
+
margin-right: 0;
|
|
201
|
+
margin-left: 0;
|
|
202
|
+
-webkit-transform: translate(0);
|
|
203
|
+
transform: translate(0);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.e-sidebar-absolute {
|
|
207
|
+
position: absolute;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.e-sidebar-context {
|
|
211
|
+
overflow-x: hidden;
|
|
212
|
+
position: relative;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.e-backdrop,
|
|
216
|
+
.e-sidebar-overlay {
|
|
217
|
+
background-color: var(--color-sf-utility-overlay-bg-color);
|
|
218
|
+
height: 100%;
|
|
219
|
+
left: 0;
|
|
220
|
+
pointer-events: auto;
|
|
221
|
+
top: 0;
|
|
222
|
+
z-index: 999;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.e-backdrop {
|
|
226
|
+
width: auto;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.e-sidebar-overlay {
|
|
230
|
+
position: fixed;
|
|
231
|
+
width: 100%;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.e-content-animation {
|
|
235
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
|
|
236
|
+
}
|
|
237
|
+
.e-content-animation.e-overlay {
|
|
238
|
+
-webkit-box-sizing: border-box;
|
|
239
|
+
box-sizing: border-box;
|
|
240
|
+
overflow: auto;
|
|
241
|
+
-webkit-user-select: none;
|
|
242
|
+
-moz-user-select: none;
|
|
243
|
+
-ms-user-select: none;
|
|
244
|
+
user-select: none;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.e-disable-interaction {
|
|
248
|
+
pointer-events: none;
|
|
249
|
+
-ms-touch-action: none;
|
|
250
|
+
touch-action: none;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.e-sidebar-overflow {
|
|
254
|
+
overflow-x: hidden;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
258
|
+
left: 0;
|
|
259
|
+
position: fixed;
|
|
260
|
+
right: auto;
|
|
261
|
+
top: 0;
|
|
262
|
+
visibility: visible;
|
|
263
|
+
}
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* stylelint-disable-line no-empty-source */
|
|
6
|
+
/* stylelint-disable-line no-empty-source */
|
|
7
|
+
ejs-sidebar {
|
|
8
|
+
display: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-sidebar-display {
|
|
12
|
+
display: block;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-sidebar {
|
|
16
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
17
|
+
-webkit-tap-highlight-color: transparent;
|
|
18
|
+
background: var(--color-sf-content-bg-color);
|
|
19
|
+
height: 100%;
|
|
20
|
+
overflow: auto;
|
|
21
|
+
position: fixed;
|
|
22
|
+
top: 0;
|
|
23
|
+
-webkit-transition: none;
|
|
24
|
+
transition: none;
|
|
25
|
+
vertical-align: middle;
|
|
26
|
+
visibility: hidden;
|
|
27
|
+
will-change: transform;
|
|
28
|
+
}
|
|
29
|
+
.e-sidebar.e-right.e-open, .e-sidebar.e-left.e-open {
|
|
30
|
+
-webkit-transform: translateX(0%);
|
|
31
|
+
transform: translateX(0%);
|
|
32
|
+
-webkit-transition: -webkit-transform 0.5s ease;
|
|
33
|
+
transition: -webkit-transform 0.5s ease;
|
|
34
|
+
transition: transform 0.5s ease;
|
|
35
|
+
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
36
|
+
visibility: visible;
|
|
37
|
+
}
|
|
38
|
+
.e-sidebar.e-right.e-close, .e-sidebar.e-left.e-close {
|
|
39
|
+
-webkit-box-shadow: none;
|
|
40
|
+
box-shadow: none;
|
|
41
|
+
visibility: hidden;
|
|
42
|
+
}
|
|
43
|
+
.e-sidebar.e-right.e-close {
|
|
44
|
+
-webkit-transform: translateX(100%);
|
|
45
|
+
transform: translateX(100%);
|
|
46
|
+
}
|
|
47
|
+
.e-sidebar.e-left.e-close {
|
|
48
|
+
-webkit-transform: translateX(-100%);
|
|
49
|
+
transform: translateX(-100%);
|
|
50
|
+
}
|
|
51
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close, .e-sidebar.e-right.e-close {
|
|
52
|
+
-webkit-transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
53
|
+
transition: visibility 500ms, -webkit-transform 0.5s ease;
|
|
54
|
+
transition: transform 0.5s ease, visibility 500ms;
|
|
55
|
+
transition: transform 0.5s ease, visibility 500ms, -webkit-transform 0.5s ease;
|
|
56
|
+
}
|
|
57
|
+
.e-sidebar.e-right {
|
|
58
|
+
border-left: 1px solid var(--color-sf-border-light);
|
|
59
|
+
left: auto;
|
|
60
|
+
right: 0;
|
|
61
|
+
top: 0;
|
|
62
|
+
}
|
|
63
|
+
.e-sidebar.e-left {
|
|
64
|
+
border-right: 1px solid var(--color-sf-border-light);
|
|
65
|
+
left: 0;
|
|
66
|
+
right: auto;
|
|
67
|
+
top: 0;
|
|
68
|
+
}
|
|
69
|
+
.e-sidebar.e-left.e-close.e-dock, .e-sidebar.e-right.e-close.e-dock {
|
|
70
|
+
-webkit-transform: translateX(0%);
|
|
71
|
+
transform: translateX(0%);
|
|
72
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
73
|
+
transition: width 0.5s ease, visibility 500ms;
|
|
74
|
+
visibility: visible;
|
|
75
|
+
}
|
|
76
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
77
|
+
-webkit-transition: width 0.5s ease, visibility 500ms;
|
|
78
|
+
transition: width 0.5s ease, visibility 500ms;
|
|
79
|
+
}
|
|
80
|
+
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
81
|
+
-webkit-transition: none;
|
|
82
|
+
transition: none;
|
|
83
|
+
}
|
|
84
|
+
.e-sidebar.e-visibility {
|
|
85
|
+
visibility: hidden;
|
|
86
|
+
}
|
|
87
|
+
.e-sidebar.e-over {
|
|
88
|
+
-webkit-box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
|
|
89
|
+
box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-sidebarcontainer.e-sidebar.e-over, .e-sidebarcontainer.e-sidebar.e-auto, .e-sidebarcontainer.e-sidebar.e-push, .e-sidebarcontainer.e-sidebar.e-slide + div {
|
|
93
|
+
-webkit-transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
94
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease;
|
|
95
|
+
transition: margin 0.5s ease, transform 0.5s ease;
|
|
96
|
+
transition: margin 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
|
|
97
|
+
}
|
|
98
|
+
.e-sidebarcontainer.e-left.e-open.e-auto + div {
|
|
99
|
+
margin-right: 0;
|
|
100
|
+
-webkit-transform: translateX(0);
|
|
101
|
+
transform: translateX(0);
|
|
102
|
+
margin-left: var(--sidebar-width);
|
|
103
|
+
}
|
|
104
|
+
.e-sidebarcontainer.e-left.e-close.e-auto + div {
|
|
105
|
+
margin-right: 0;
|
|
106
|
+
-webkit-transform: translateX(0);
|
|
107
|
+
transform: translateX(0);
|
|
108
|
+
margin-left: 0;
|
|
109
|
+
}
|
|
110
|
+
.e-sidebarcontainer.e-right.e-open.e-auto + div {
|
|
111
|
+
margin-left: 0;
|
|
112
|
+
-webkit-transform: translateX(0);
|
|
113
|
+
transform: translateX(0);
|
|
114
|
+
margin-right: var(--sidebar-width);
|
|
115
|
+
}
|
|
116
|
+
.e-sidebarcontainer.e-right.e-close.e-auto + div {
|
|
117
|
+
margin-right: 0;
|
|
118
|
+
-webkit-transform: translateX(0);
|
|
119
|
+
transform: translateX(0);
|
|
120
|
+
margin-left: 0;
|
|
121
|
+
}
|
|
122
|
+
.e-sidebarcontainer.e-left.e-open.e-push + div {
|
|
123
|
+
margin-right: 0;
|
|
124
|
+
-webkit-transform: translateX(0);
|
|
125
|
+
transform: translateX(0);
|
|
126
|
+
margin-left: var(--sidebar-width);
|
|
127
|
+
}
|
|
128
|
+
.e-sidebarcontainer.e-left.e-close.e-push + div {
|
|
129
|
+
margin-right: 0;
|
|
130
|
+
-webkit-transform: translateX(0);
|
|
131
|
+
transform: translateX(0);
|
|
132
|
+
margin-left: 0;
|
|
133
|
+
}
|
|
134
|
+
.e-sidebarcontainer.e-right.e-open.e-push + div {
|
|
135
|
+
margin-left: 0;
|
|
136
|
+
-webkit-transform: translateX(0);
|
|
137
|
+
transform: translateX(0);
|
|
138
|
+
margin-right: var(--sidebar-width);
|
|
139
|
+
}
|
|
140
|
+
.e-sidebarcontainer.e-right.e-close.e-push + div {
|
|
141
|
+
margin-right: 0;
|
|
142
|
+
-webkit-transform: translateX(0);
|
|
143
|
+
transform: translateX(0);
|
|
144
|
+
margin-left: 0;
|
|
145
|
+
}
|
|
146
|
+
.e-sidebarcontainer.e-left.e-open.e-slide + div {
|
|
147
|
+
margin-left: 0;
|
|
148
|
+
-webkit-transform: translate(var(--sidebar-width));
|
|
149
|
+
transform: translate(var(--sidebar-width));
|
|
150
|
+
}
|
|
151
|
+
.e-sidebarcontainer.e-left.e-close.e-slide + div {
|
|
152
|
+
margin-left: 0;
|
|
153
|
+
-webkit-transform: translate(0);
|
|
154
|
+
transform: translate(0);
|
|
155
|
+
}
|
|
156
|
+
.e-sidebarcontainer.e-right.e-open.e-slide + div {
|
|
157
|
+
margin-right: 0;
|
|
158
|
+
margin-left: 0;
|
|
159
|
+
-webkit-transform: translate(calc(-1 * var(--sidebar-width)));
|
|
160
|
+
transform: translate(calc(-1 * var(--sidebar-width)));
|
|
161
|
+
}
|
|
162
|
+
.e-sidebarcontainer.e-right.e-close.e-slide + div {
|
|
163
|
+
margin-right: 0;
|
|
164
|
+
margin-left: 0;
|
|
165
|
+
-webkit-transform: translate(0);
|
|
166
|
+
transform: translate(0);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-sidebar-absolute {
|
|
170
|
+
position: absolute;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.e-sidebar-context {
|
|
174
|
+
overflow-x: hidden;
|
|
175
|
+
position: relative;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.e-backdrop,
|
|
179
|
+
.e-sidebar-overlay {
|
|
180
|
+
background-color: var(--color-sf-overlay-bg-color);
|
|
181
|
+
height: 100%;
|
|
182
|
+
left: 0;
|
|
183
|
+
pointer-events: auto;
|
|
184
|
+
top: 0;
|
|
185
|
+
z-index: 999;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.e-backdrop {
|
|
189
|
+
width: auto;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-sidebar-overlay {
|
|
193
|
+
opacity: 0.5;
|
|
194
|
+
position: fixed;
|
|
195
|
+
width: 100%;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.e-content-animation {
|
|
199
|
+
transition: margin 0.5s ease, -webkit-transform 0.5s ease, transform 0.5s ease;
|
|
200
|
+
}
|
|
201
|
+
.e-content-animation.e-overlay {
|
|
202
|
+
-webkit-box-sizing: border-box;
|
|
203
|
+
box-sizing: border-box;
|
|
204
|
+
overflow: auto;
|
|
205
|
+
-webkit-user-select: none;
|
|
206
|
+
-moz-user-select: none;
|
|
207
|
+
-ms-user-select: none;
|
|
208
|
+
user-select: none;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.e-disable-interaction {
|
|
212
|
+
pointer-events: none;
|
|
213
|
+
-ms-touch-action: none;
|
|
214
|
+
touch-action: none;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.e-sidebar-overflow {
|
|
218
|
+
overflow-x: hidden;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
222
|
+
left: 0;
|
|
223
|
+
position: fixed;
|
|
224
|
+
right: auto;
|
|
225
|
+
top: 0;
|
|
226
|
+
visibility: visible;
|
|
227
|
+
}
|
|
@@ -267,6 +267,7 @@
|
|
|
267
267
|
}
|
|
268
268
|
&.e-vertical {
|
|
269
269
|
min-height: inherit;
|
|
270
|
+
height: inherit;
|
|
270
271
|
display: inline-block;
|
|
271
272
|
.e-step-label.e-step-label-only,
|
|
272
273
|
.e-step-template {
|
|
@@ -286,6 +287,7 @@
|
|
|
286
287
|
.e-stepper-steps {
|
|
287
288
|
flex-direction: column;
|
|
288
289
|
min-height: inherit;
|
|
290
|
+
height: inherit;
|
|
289
291
|
float: left;
|
|
290
292
|
align-items: start;
|
|
291
293
|
margin: $stepper-ol-padding;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
$stepper-ol-padding: 0 !default;
|
|
2
|
+
$stepper-step-radius: 9999px !default;
|
|
3
|
+
$stepper-step-width: 32px !default;
|
|
4
|
+
$stepper-icon-size: 16px !default;
|
|
5
|
+
$stepper-progress-bar-height: 1.6px !default;
|
|
6
|
+
$stepper-progress-value-height: 100% !default;
|
|
7
|
+
$stepper-progress-position: 50% !default;
|
|
8
|
+
$stepper-temp-outline-width: 2px solid !default;
|
|
9
|
+
$stepper-label-top: 1em !default;
|
|
10
|
+
$stepper-label-bottom: 4.5em !default;
|
|
11
|
+
$stepper-label-position: 2.5em !default;
|
|
12
|
+
$stepper-validation-position: .25em !default;
|
|
13
|
+
$stepper-text-padding: 0 8px !default;
|
|
14
|
+
$stepper-icon-text-padding: 0 8px !default;
|
|
15
|
+
$stepper-text-vert-padding: 6px 0 !default;
|
|
16
|
+
$stepper-label-optional: 3em !default;
|
|
17
|
+
$stepper-text-postion: 8px !default;
|
|
18
|
+
$stepper-optional-size: 12px !default;
|
|
19
|
+
$step-border: 0 !default;
|
|
20
|
+
$stepper-label-order: -1 !default;
|
|
21
|
+
$stepper-font-weight: 500 !default;
|
|
22
|
+
$stepper-text-size: 14px !default;
|
|
23
|
+
$stepper-tooltip-tip-bottom-height: 8px !default;
|
|
24
|
+
|
|
25
|
+
$stepper-small-step-width: 24px !default;
|
|
26
|
+
$stepper-small-icon-size: 14px !default;
|
|
27
|
+
$stepper-small-optional-size: 10px !default;
|
|
28
|
+
$stepper-small-text-size: 12px !default;
|
|
29
|
+
|
|
30
|
+
$stepper-bigger-step-width: 40px !default;
|
|
31
|
+
$stepper-bigger-icon-size: 18px !default;
|
|
32
|
+
$stepper-bigger-optional-size: 14px !default;
|
|
33
|
+
$stepper-bigger-text-size: 16px !default;
|
|
34
|
+
|
|
35
|
+
$stepper-bigger-small-step-width: 36px !default;
|
|
36
|
+
$stepper-bigger-small-icon-size: 16px !default;
|
|
37
|
+
$stepper-bigger-small-optional-size: 14px !default;
|
|
38
|
+
$stepper-bigger-small-text-size: 16px !default;
|
|
39
|
+
|
|
40
|
+
$step-selected-li-shadow: 0 0 0 2px $stepper, 0 0 0 4px $primary, 0 0 0 8px $stepper !default;
|
|
41
|
+
$step-keyboard-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $content-text-color, 0 0 0 8px $content-bg-color !default;
|
|
42
|
+
$step-valid-li-shadow: 0 0 0 2px $stepper, 0 0 0 4px $success, 0 0 0 8px $stepper !default;
|
|
43
|
+
$step-error-li-shadow: 0 0 0 2px $stepper, 0 0 0 4px $danger, 0 0 0 8px $stepper !default;
|
|
44
|
+
$step-li-shadow:0 0 0 4px $stepper !default;
|
|
45
|
+
$step-border-color: unset !default;
|
|
46
|
+
$step-hover-text-color: $primary-text-color !default;
|
|
47
|
+
$step-hover-not-text-color: $content-text-color !default;
|
|
48
|
+
$step-hover-border-color: unset !default;
|
|
49
|
+
$step-active-border-color: unset !default;
|
|
50
|
+
$stepper-outline-color: $content-bg-color !default;
|
|
51
|
+
$step-color: $content-text-color-alt2 !default;
|
|
52
|
+
$step-optional-color: $content-text-color-alt3 !default;
|
|
53
|
+
$step-bg-color: $content-bg-color-alt2 !default;
|
|
54
|
+
$step-completed-color: $primary-text-color !default;
|
|
55
|
+
$step-completed-bg-color: $primary !default;
|
|
56
|
+
$step-progress-bg-color: $border-light !default;
|
|
57
|
+
$step-progress-value-bg-color: $primary !default;
|
|
58
|
+
$step-disabled-bg-color: $content-bg-color-alt2 !default;
|
|
59
|
+
$step-disabled-font-color: $content-text-color-disabled !default;
|
|
60
|
+
$step-disabled-color: $content-text-color-disabled !default;
|
|
61
|
+
$stepper-text-color: $content-text-color-alt2 !default;
|
|
62
|
+
$step-valid-icon-only-color:$success !default;
|
|
63
|
+
$step-error-icon-only-color: $danger !default;
|
|
64
|
+
$step-valid-completed-color: $success !default;
|
|
65
|
+
$step-valid-completed-bg-color: $success-light !default;
|
|
66
|
+
$step-error-icon-color: $danger !default;
|
|
67
|
+
$step-error-completed-color: $danger !default;
|
|
68
|
+
$step-error-completed-bg-color: $danger-light !default;
|
|
69
|
+
$step-hover-color: $content-bg-color-hover !default;
|
|
70
|
+
$step-active-color: $content-bg-color-pressed !default;
|
|
71
|
+
$step-selected-hover-color: $primary-bg-color-hover !default;
|
|
72
|
+
$step-selected-active-color: $primary-bg-color-pressed !default;
|