@syncfusion/blazor-themes 25.1.39 → 25.1.40
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/SCSS-Themes/bds-dark.scss +331 -429
- package/SCSS-Themes/bds.scss +331 -429
- package/SCSS-Themes/bootstrap-dark.scss +331 -429
- package/SCSS-Themes/bootstrap.scss +331 -429
- package/SCSS-Themes/bootstrap4.scss +331 -429
- package/SCSS-Themes/bootstrap5-dark.scss +331 -429
- package/SCSS-Themes/bootstrap5.scss +331 -429
- package/SCSS-Themes/fabric-dark.scss +331 -429
- package/SCSS-Themes/fabric.scss +331 -429
- package/SCSS-Themes/fluent-dark.scss +331 -429
- package/SCSS-Themes/fluent.scss +331 -429
- package/SCSS-Themes/grids/grid/bds-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bds.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +10 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/fabric.scss +10 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/fluent.scss +10 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +10 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/material.scss +10 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/material3.scss +10 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +10 -2
- package/SCSS-Themes/highcontrast.scss +331 -429
- package/SCSS-Themes/material-dark.scss +331 -429
- package/SCSS-Themes/material.scss +331 -429
- package/SCSS-Themes/material3-dark.scss +331 -429
- package/SCSS-Themes/material3.scss +331 -429
- package/SCSS-Themes/navigations/stepper/bds-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bds.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap4.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap5-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap5.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fabric-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fabric.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fluent-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fluent.scss +323 -429
- package/SCSS-Themes/navigations/stepper/highcontrast.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material3-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material3.scss +323 -429
- package/SCSS-Themes/navigations/stepper/tailwind-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/tailwind.scss +323 -429
- package/SCSS-Themes/splitbuttons/button-group/bds-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bds.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap4.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap5.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fabric-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fabric.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fluent-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fluent.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/highcontrast.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material3-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material3.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/tailwind-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +331 -429
- package/SCSS-Themes/tailwind.scss +331 -429
- package/package.json +1 -1
|
@@ -58098,12 +58098,11 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58098
58098
|
.e-stepper {
|
|
58099
58099
|
position: relative;
|
|
58100
58100
|
&.e-stepper-readonly,
|
|
58101
|
-
.e-
|
|
58101
|
+
.e-step-disabled {
|
|
58102
58102
|
cursor: default;
|
|
58103
58103
|
pointer-events: none;
|
|
58104
58104
|
}
|
|
58105
|
-
|
|
58106
|
-
&.e-step-type-indicator .e-stepper-steps .e-step-container {
|
|
58105
|
+
&.e-step-type-indicator .e-step-container {
|
|
58107
58106
|
&:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58108
58107
|
.e-icons.e-step-indicator {
|
|
58109
58108
|
font-size: $stepper-step-width;
|
|
@@ -58116,12 +58115,12 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58116
58115
|
}
|
|
58117
58116
|
|
|
58118
58117
|
//For Blazor Stepper Tooltip
|
|
58119
|
-
.e-
|
|
58120
|
-
&.e-vertical.e-label-after .e-
|
|
58121
|
-
&.e-vertical.e-label-before .e-
|
|
58118
|
+
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
58119
|
+
&.e-vertical.e-label-after .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
58120
|
+
&.e-vertical.e-label-before .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
58122
58121
|
position: relative;
|
|
58123
58122
|
}
|
|
58124
|
-
&.e-horizontal .e-
|
|
58123
|
+
&.e-horizontal .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
58125
58124
|
position: unset;
|
|
58126
58125
|
}
|
|
58127
58126
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -58146,15 +58145,14 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58146
58145
|
top: -6px;
|
|
58147
58146
|
}
|
|
58148
58147
|
}
|
|
58149
|
-
.e-
|
|
58148
|
+
.e-step-icon.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
58150
58149
|
left: unset;
|
|
58151
58150
|
top: 0;
|
|
58152
58151
|
transform: translate(0%, -135%);
|
|
58153
58152
|
}
|
|
58154
|
-
&.e-step-type-indicator .e-
|
|
58153
|
+
&.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
58155
58154
|
transform: translate(-50%, -115%);
|
|
58156
58155
|
}
|
|
58157
|
-
|
|
58158
58156
|
.e-stepper-steps {
|
|
58159
58157
|
display: flex;
|
|
58160
58158
|
padding: 0;
|
|
@@ -58162,124 +58160,170 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58162
58160
|
justify-content: space-between;
|
|
58163
58161
|
position: relative;
|
|
58164
58162
|
align-items: flex-start;
|
|
58165
|
-
.e-step-container
|
|
58166
|
-
|
|
58167
|
-
|
|
58168
|
-
|
|
58169
|
-
|
|
58170
|
-
|
|
58171
|
-
|
|
58172
|
-
|
|
58173
|
-
|
|
58174
|
-
|
|
58175
|
-
|
|
58176
|
-
|
|
58177
|
-
|
|
58178
|
-
|
|
58179
|
-
|
|
58180
|
-
|
|
58181
|
-
|
|
58182
|
-
|
|
58163
|
+
.e-step-container,
|
|
58164
|
+
.e-step,
|
|
58165
|
+
.e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
58166
|
+
.e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
58167
|
+
.e-step-label-container {
|
|
58168
|
+
display: flex;
|
|
58169
|
+
align-items: center;
|
|
58170
|
+
justify-content: center;
|
|
58171
|
+
}
|
|
58172
|
+
}
|
|
58173
|
+
.e-step-container {
|
|
58174
|
+
max-width: var(--max-width);
|
|
58175
|
+
list-style-type: none;
|
|
58176
|
+
cursor: pointer;
|
|
58177
|
+
text-align: center;
|
|
58178
|
+
.e-step-label-container,
|
|
58179
|
+
.e-step-text-container {
|
|
58180
|
+
max-width: clamp(100%, 10em, 100%);
|
|
58181
|
+
white-space: nowrap;
|
|
58182
|
+
}
|
|
58183
|
+
.e-step-label-optional {
|
|
58184
|
+
font-size: $stepper-optional-size;
|
|
58185
|
+
flex-basis: 100%;
|
|
58186
|
+
}
|
|
58187
|
+
.e-step-optional-container {
|
|
58188
|
+
display: flex;
|
|
58189
|
+
flex-direction: column;
|
|
58190
|
+
}
|
|
58191
|
+
.e-step-content {
|
|
58192
|
+
font-size: $stepper-icon-size;
|
|
58193
|
+
line-height: 0;
|
|
58194
|
+
}
|
|
58195
|
+
.e-indicator {
|
|
58196
|
+
font-size: $stepper-icon-size;
|
|
58197
|
+
}
|
|
58198
|
+
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58199
|
+
padding: $stepper-icon-text-padding;
|
|
58200
|
+
}
|
|
58201
|
+
&.e-step-text-only .e-step-text-container,
|
|
58202
|
+
&.e-step-label-only .e-step-label-container {
|
|
58203
|
+
padding: $stepper-text-padding;
|
|
58204
|
+
padding-block: 5px;
|
|
58205
|
+
}
|
|
58206
|
+
&.e-step-text-only.e-step-error .e-step-text-container,
|
|
58207
|
+
&.e-step-text-only.e-step-valid .e-step-text-container,
|
|
58208
|
+
&.e-step-label-only.e-step-error .e-step-label-container,
|
|
58209
|
+
&.e-step-label-only.e-step-valid .e-step-label-container {
|
|
58210
|
+
flex-direction: column;
|
|
58211
|
+
.e-step-validation-icon {
|
|
58212
|
+
position: relative;
|
|
58213
|
+
top: $stepper-validation-position;
|
|
58183
58214
|
}
|
|
58184
58215
|
}
|
|
58216
|
+
.e-step-label-container,
|
|
58217
|
+
.e-step-text-container {
|
|
58218
|
+
font-size: $stepper-text-size;
|
|
58219
|
+
}
|
|
58220
|
+
.e-step,
|
|
58221
|
+
.e-indicator {
|
|
58222
|
+
border-radius: $stepper-step-radius;
|
|
58223
|
+
min-width: $stepper-step-width;
|
|
58224
|
+
min-height: $stepper-step-width;
|
|
58225
|
+
}
|
|
58226
|
+
}
|
|
58227
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58228
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator {
|
|
58229
|
+
border: $step-border;
|
|
58185
58230
|
}
|
|
58186
|
-
|
|
58187
58231
|
&.e-horizontal {
|
|
58188
58232
|
display: block;
|
|
58189
58233
|
.e-stepper-steps {
|
|
58190
58234
|
flex-direction: row;
|
|
58191
58235
|
}
|
|
58192
|
-
|
|
58193
58236
|
&.e-label-before,
|
|
58194
58237
|
&.e-label-after {
|
|
58195
|
-
&:has(.e-
|
|
58238
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58196
58239
|
margin-left: var(--progress-left-position);
|
|
58197
58240
|
top: var(--progress-top-position);
|
|
58198
58241
|
width: var(--progress-bar-width);
|
|
58199
58242
|
}
|
|
58200
58243
|
}
|
|
58201
|
-
|
|
58202
58244
|
&.e-label-before.e-rtl,
|
|
58203
58245
|
&.e-label-after.e-rtl {
|
|
58204
|
-
&:has(.e-
|
|
58246
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58205
58247
|
margin-right: var(--progress-left-position);
|
|
58206
58248
|
margin-left: unset;
|
|
58207
58249
|
}
|
|
58208
58250
|
}
|
|
58209
|
-
|
|
58210
|
-
|
|
58211
|
-
&.e-horizontal .e-stepper-steps .e-step-container {
|
|
58212
|
-
&.e-step-icon.e-step-label {
|
|
58251
|
+
.e-step-icon.e-step-label {
|
|
58213
58252
|
gap: 1em;
|
|
58253
|
+
flex-direction: column;
|
|
58214
58254
|
}
|
|
58215
|
-
|
|
58216
|
-
&.e-step-icon.e-step-label .e-step-label-container {
|
|
58255
|
+
.e-step-icon.e-step-label .e-step-label-container {
|
|
58217
58256
|
position: relative;
|
|
58218
58257
|
&.e-label-before {
|
|
58219
58258
|
order: -1;
|
|
58220
58259
|
}
|
|
58221
58260
|
}
|
|
58222
|
-
|
|
58223
|
-
|
|
58224
|
-
&.e-step-icon.e-step-label {
|
|
58225
|
-
flex-direction: column;
|
|
58261
|
+
&.e-label-start .e-step-text-container {
|
|
58262
|
+
order: $stepper-label-order;
|
|
58226
58263
|
}
|
|
58227
|
-
|
|
58228
|
-
|
|
58229
|
-
|
|
58230
|
-
|
|
58231
|
-
}
|
|
58232
|
-
|
|
58233
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58234
|
-
position: absolute;
|
|
58235
|
-
top: 2.5em;
|
|
58236
|
-
margin-left: 2.5em;
|
|
58237
|
-
}
|
|
58238
|
-
|
|
58239
|
-
&.e-horizontal.e-label-start .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
58240
|
-
&.e-horizontal.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58241
|
-
margin-right: 2.5em;
|
|
58242
|
-
margin-left: unset;
|
|
58243
|
-
}
|
|
58244
|
-
|
|
58245
|
-
&.e-horizontal.e-label-start.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58246
|
-
margin-right: unset;
|
|
58247
|
-
margin-left: 2.5em;
|
|
58248
|
-
}
|
|
58249
|
-
|
|
58250
|
-
&.e-horizontal.e-label-before .e-stepper-steps {
|
|
58251
|
-
&:has(.e-step-label-optional) {
|
|
58252
|
-
align-items: flex-end;
|
|
58264
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58265
|
+
position: absolute;
|
|
58266
|
+
top: 2.5em;
|
|
58267
|
+
margin-left: 2.5em;
|
|
58253
58268
|
}
|
|
58254
|
-
|
|
58255
|
-
|
|
58256
|
-
|
|
58269
|
+
&.e-label-start .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
58270
|
+
&.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58271
|
+
margin-right: 2.5em;
|
|
58272
|
+
margin-left: unset;
|
|
58273
|
+
}
|
|
58274
|
+
&.e-label-start.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58275
|
+
margin-right: unset;
|
|
58276
|
+
margin-left: 2.5em;
|
|
58277
|
+
}
|
|
58278
|
+
&.e-label-before .e-stepper-steps {
|
|
58279
|
+
&:has(.e-step-label-optional) {
|
|
58280
|
+
align-items: flex-end;
|
|
58281
|
+
}
|
|
58282
|
+
.e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58283
|
+
flex-direction: column;
|
|
58284
|
+
gap: .5em;
|
|
58285
|
+
}
|
|
58286
|
+
}
|
|
58287
|
+
.e-text,
|
|
58288
|
+
.e-label,
|
|
58289
|
+
.e-step-label-optional {
|
|
58290
|
+
text-overflow: ellipsis;
|
|
58291
|
+
overflow: hidden;
|
|
58292
|
+
}
|
|
58293
|
+
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
58294
|
+
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
58295
|
+
.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58296
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58297
|
+
flex-wrap: wrap;
|
|
58298
|
+
}
|
|
58299
|
+
&.e-step-type-indicator .e-step-container {
|
|
58300
|
+
flex-wrap: wrap;
|
|
58301
|
+
}
|
|
58302
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58303
|
+
margin-top: .5em;
|
|
58304
|
+
}
|
|
58305
|
+
&.e-label-after .e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
58306
|
+
margin-top: .2em;
|
|
58257
58307
|
}
|
|
58258
58308
|
}
|
|
58259
|
-
|
|
58260
58309
|
&.e-vertical {
|
|
58261
58310
|
min-height: inherit;
|
|
58262
58311
|
display: inline-block;
|
|
58263
|
-
|
|
58264
|
-
.e-
|
|
58265
|
-
.e-stepper-steps .e-step-container.e-step-template {
|
|
58312
|
+
.e-step-label.e-step-label-only,
|
|
58313
|
+
.e-step-template {
|
|
58266
58314
|
position: relative;
|
|
58267
58315
|
}
|
|
58268
|
-
|
|
58269
|
-
&:not(.e-label-top):not(.e-label-bottom) .e-stepper-steps .e-step-container .e-step-label-optional {
|
|
58316
|
+
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
58270
58317
|
position: absolute;
|
|
58271
58318
|
}
|
|
58272
|
-
|
|
58273
|
-
&:not(.e-label-bottom):not(.e-label-top) .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58319
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58274
58320
|
margin-top: $stepper-label-optional;
|
|
58275
58321
|
margin-left: 4em;
|
|
58276
58322
|
}
|
|
58277
|
-
|
|
58278
|
-
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58323
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58279
58324
|
margin-left: unset;
|
|
58280
58325
|
margin-right: 4em;
|
|
58281
58326
|
}
|
|
58282
|
-
|
|
58283
58327
|
.e-stepper-steps {
|
|
58284
58328
|
flex-direction: column;
|
|
58285
58329
|
min-height: inherit;
|
|
@@ -58288,49 +58332,42 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58288
58332
|
margin: $stepper-ol-padding;
|
|
58289
58333
|
justify-content: space-between;
|
|
58290
58334
|
}
|
|
58291
|
-
|
|
58292
58335
|
&.e-rtl .e-stepper-steps {
|
|
58293
58336
|
float: right;
|
|
58294
58337
|
}
|
|
58295
|
-
|
|
58296
|
-
.e-stepper-steps:has(.e-step-
|
|
58297
|
-
.e-stepper-steps:has(.e-step-
|
|
58298
|
-
.e-stepper-steps:has(.e-step-
|
|
58299
|
-
&.e-label-after .e-stepper-steps:has(.e-step-container.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58338
|
+
.e-stepper-steps:has(.e-step-icon:not(.e-step-text):not(.e-step-label)),
|
|
58339
|
+
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
58340
|
+
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
58341
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58300
58342
|
&.e-step-type-indicator .e-stepper-steps {
|
|
58301
58343
|
align-items: center;
|
|
58302
58344
|
}
|
|
58303
|
-
|
|
58304
|
-
.e-
|
|
58305
|
-
.e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58345
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58346
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58306
58347
|
margin-left: $stepper-text-postion;
|
|
58307
58348
|
}
|
|
58308
|
-
|
|
58309
58349
|
&.e-rtl {
|
|
58310
|
-
.e-
|
|
58311
|
-
.e-
|
|
58350
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58351
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58312
58352
|
margin-left: unset;
|
|
58313
58353
|
margin-right: $stepper-text-postion;
|
|
58314
58354
|
}
|
|
58315
58355
|
}
|
|
58316
|
-
|
|
58317
|
-
|
|
58318
|
-
|
|
58319
|
-
.e-
|
|
58320
|
-
.e-stepper-steps .e-step-container.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58356
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58357
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
58358
|
+
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
58359
|
+
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58321
58360
|
flex-direction: column;
|
|
58322
58361
|
.e-step-label-optional {
|
|
58323
58362
|
position: unset;
|
|
58324
58363
|
}
|
|
58325
58364
|
}
|
|
58326
|
-
|
|
58327
|
-
|
|
58328
|
-
&.e-label-before .e-stepper-steps .e-step-container .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58365
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58366
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58329
58367
|
gap: .5em;
|
|
58330
58368
|
}
|
|
58331
|
-
|
|
58332
|
-
&.e-label-
|
|
58333
|
-
&.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label {
|
|
58369
|
+
&.e-label-before .e-step-icon.e-step-label,
|
|
58370
|
+
&.e-label-after .e-step-icon.e-step-label {
|
|
58334
58371
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58335
58372
|
flex-direction: column;
|
|
58336
58373
|
.e-label {
|
|
@@ -58341,43 +58378,37 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58341
58378
|
position: unset;
|
|
58342
58379
|
}
|
|
58343
58380
|
}
|
|
58344
|
-
|
|
58345
|
-
.e-stepper-steps .e-step-container {
|
|
58381
|
+
.e-step-container {
|
|
58346
58382
|
&.e-step-label.e-step-text:not(.e-step-icon) .e-step-label-container.e-label-after {
|
|
58347
58383
|
position: absolute;
|
|
58348
58384
|
.e-step-label-optional {
|
|
58349
58385
|
left: $stepper-ol-padding;
|
|
58350
58386
|
}
|
|
58351
58387
|
}
|
|
58352
|
-
|
|
58353
58388
|
.e-step-label-container.e-label-after {
|
|
58354
58389
|
.e-step-label-optional {
|
|
58355
58390
|
font-size: $stepper-optional-size;
|
|
58356
58391
|
}
|
|
58357
58392
|
}
|
|
58358
|
-
|
|
58359
58393
|
.e-step-label-container.e-label-before .e-label {
|
|
58360
58394
|
width: var(--label-width);
|
|
58361
58395
|
}
|
|
58362
|
-
|
|
58363
58396
|
&:not(.e-step-text-only) .e-step-text-container {
|
|
58364
58397
|
border: none;
|
|
58365
58398
|
border-radius: unset;
|
|
58366
58399
|
padding: $stepper-text-vert-padding;
|
|
58367
58400
|
}
|
|
58368
|
-
|
|
58369
|
-
&.e-step-
|
|
58370
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58401
|
+
&.e-step-text-only .e-step-text-container,
|
|
58402
|
+
&.e-step-label-only .e-step-label-container {
|
|
58371
58403
|
position: unset;
|
|
58372
58404
|
}
|
|
58373
58405
|
}
|
|
58374
58406
|
&.e-label-top {
|
|
58375
|
-
.e-
|
|
58407
|
+
.e-step-label-optional {
|
|
58376
58408
|
padding-bottom: 6px;
|
|
58377
58409
|
}
|
|
58378
58410
|
}
|
|
58379
58411
|
}
|
|
58380
|
-
|
|
58381
58412
|
&.e-vertical.e-label-top,
|
|
58382
58413
|
&.e-vertical.e-label-bottom {
|
|
58383
58414
|
.e-stepper-steps {
|
|
@@ -58385,98 +58416,17 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58385
58416
|
.e-step-container {
|
|
58386
58417
|
flex-direction: column;
|
|
58387
58418
|
.e-step-text-container {
|
|
58388
|
-
margin-left: $stepper-ol-padding
|
|
58419
|
+
margin-left: $stepper-ol-padding;
|
|
58389
58420
|
}
|
|
58390
58421
|
}
|
|
58391
58422
|
}
|
|
58392
58423
|
}
|
|
58393
|
-
|
|
58394
|
-
&.e-vertical.e-label-top .e-stepper-steps .e-step-container {
|
|
58424
|
+
&.e-vertical.e-label-top .e-step-container {
|
|
58395
58425
|
.e-step-label-optional,
|
|
58396
58426
|
.e-step-text-container {
|
|
58397
58427
|
order: $stepper-label-order;
|
|
58398
58428
|
}
|
|
58399
58429
|
}
|
|
58400
|
-
.e-stepper-steps {
|
|
58401
|
-
.e-step-container,
|
|
58402
|
-
.e-step-container .e-step,
|
|
58403
|
-
.e-step-container.e-step-valid.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58404
|
-
.e-step-container.e-step-error.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58405
|
-
.e-step-container .e-step-label-container {
|
|
58406
|
-
display: flex;
|
|
58407
|
-
align-items: center;
|
|
58408
|
-
justify-content: center;
|
|
58409
|
-
}
|
|
58410
|
-
}
|
|
58411
|
-
|
|
58412
|
-
&.e-horizontal {
|
|
58413
|
-
.e-stepper-steps {
|
|
58414
|
-
.e-step-container.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58415
|
-
.e-step-container.e-step-label.e-step-label-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58416
|
-
.e-step-container.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58417
|
-
.e-step-container .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58418
|
-
flex-wrap: wrap;
|
|
58419
|
-
}
|
|
58420
|
-
}
|
|
58421
|
-
&.e-step-type-indicator .e-step-container {
|
|
58422
|
-
flex-wrap: wrap;
|
|
58423
|
-
}
|
|
58424
|
-
}
|
|
58425
|
-
|
|
58426
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58427
|
-
margin-top: .5em;
|
|
58428
|
-
}
|
|
58429
|
-
|
|
58430
|
-
&.e-horizontal.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
58431
|
-
margin-top: .2em;
|
|
58432
|
-
}
|
|
58433
|
-
|
|
58434
|
-
.e-stepper-steps .e-step-container {
|
|
58435
|
-
list-style-type: none;
|
|
58436
|
-
cursor: pointer;
|
|
58437
|
-
text-align: center;
|
|
58438
|
-
|
|
58439
|
-
.e-step-content {
|
|
58440
|
-
font-size: $stepper-icon-size;
|
|
58441
|
-
line-height: 0;
|
|
58442
|
-
}
|
|
58443
|
-
|
|
58444
|
-
.e-indicator {
|
|
58445
|
-
font-size: $stepper-icon-size;
|
|
58446
|
-
}
|
|
58447
|
-
|
|
58448
|
-
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58449
|
-
padding: $stepper-icon-text-padding;
|
|
58450
|
-
}
|
|
58451
|
-
|
|
58452
|
-
&.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58453
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58454
|
-
padding: $stepper-text-padding;
|
|
58455
|
-
padding-block: 5px;
|
|
58456
|
-
}
|
|
58457
|
-
|
|
58458
|
-
&.e-step-text-only.e-step-error:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58459
|
-
&.e-step-text-only.e-step-valid:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58460
|
-
&.e-step-label-only.e-step-error:not(.e-step-icon.e-step-text) .e-step-label-container,
|
|
58461
|
-
&.e-step-label-only.e-step-valid:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58462
|
-
flex-direction: column;
|
|
58463
|
-
.e-step-validation-icon {
|
|
58464
|
-
position: relative;
|
|
58465
|
-
top: $stepper-validation-position;
|
|
58466
|
-
}
|
|
58467
|
-
}
|
|
58468
|
-
.e-step-label-container,
|
|
58469
|
-
.e-step-text-container {
|
|
58470
|
-
font-size: $stepper-text-size;
|
|
58471
|
-
}
|
|
58472
|
-
.e-step,
|
|
58473
|
-
.e-indicator {
|
|
58474
|
-
border-radius: $stepper-step-radius;
|
|
58475
|
-
min-width: $stepper-step-width;
|
|
58476
|
-
min-height: $stepper-step-width;
|
|
58477
|
-
}
|
|
58478
|
-
}
|
|
58479
|
-
|
|
58480
58430
|
.e-stepper-progressbar {
|
|
58481
58431
|
height: $stepper-progress-bar-height;
|
|
58482
58432
|
position: absolute;
|
|
@@ -58491,7 +58441,6 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58491
58441
|
transition-delay: var(--delay);
|
|
58492
58442
|
}
|
|
58493
58443
|
}
|
|
58494
|
-
|
|
58495
58444
|
&.e-vertical .e-stepper-progressbar {
|
|
58496
58445
|
min-height: inherit;
|
|
58497
58446
|
width: $stepper-progress-bar-height;
|
|
@@ -58504,40 +58453,26 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58504
58453
|
transition-property: height;
|
|
58505
58454
|
}
|
|
58506
58455
|
}
|
|
58507
|
-
|
|
58508
58456
|
&.e-vertical.e-rtl .e-stepper-progressbar {
|
|
58509
58457
|
right: var(--progress-position);
|
|
58510
58458
|
left: unset;
|
|
58511
58459
|
}
|
|
58512
|
-
|
|
58513
|
-
|
|
58514
|
-
.e-stepper-steps .e-step-container.e-step-focus .e-indicator {
|
|
58460
|
+
&:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
|
|
58461
|
+
.e-step-focus .e-indicator {
|
|
58515
58462
|
z-index: 0;
|
|
58516
58463
|
}
|
|
58517
|
-
|
|
58518
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
58464
|
+
.e-step-template.e-step-focus {
|
|
58519
58465
|
outline: $stepper-temp-outline-width;
|
|
58520
58466
|
}
|
|
58521
58467
|
}
|
|
58522
|
-
|
|
58523
58468
|
.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip {
|
|
58524
58469
|
.e-arrow-tip.e-tip-bottom {
|
|
58525
58470
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
58526
58471
|
}
|
|
58527
58472
|
}
|
|
58528
|
-
|
|
58529
|
-
.e-stepper.e-horizontal .e-stepper-steps .e-step-container {
|
|
58530
|
-
.e-text,
|
|
58531
|
-
.e-label,
|
|
58532
|
-
.e-step-label-optional {
|
|
58533
|
-
text-overflow: ellipsis;
|
|
58534
|
-
overflow: hidden;
|
|
58535
|
-
}
|
|
58536
|
-
}
|
|
58537
|
-
|
|
58538
58473
|
.e-small.e-stepper,
|
|
58539
58474
|
.e-small .e-stepper {
|
|
58540
|
-
&.e-step-type-indicator .e-
|
|
58475
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58541
58476
|
.e-icons.e-step-indicator {
|
|
58542
58477
|
font-size: $stepper-small-step-width;
|
|
58543
58478
|
}
|
|
@@ -58546,39 +58481,33 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58546
58481
|
height: $stepper-small-step-width;
|
|
58547
58482
|
}
|
|
58548
58483
|
}
|
|
58549
|
-
|
|
58550
|
-
.e-stepper-steps .e-step-container {
|
|
58484
|
+
.e-step-container {
|
|
58551
58485
|
.e-step,
|
|
58552
58486
|
.e-indicator {
|
|
58553
58487
|
min-width: $stepper-small-step-width;
|
|
58554
58488
|
min-height: $stepper-small-step-width;
|
|
58555
58489
|
}
|
|
58556
|
-
|
|
58557
58490
|
.e-indicator {
|
|
58558
58491
|
font-size: $stepper-small-icon-size;
|
|
58559
58492
|
}
|
|
58560
|
-
|
|
58561
58493
|
.e-step-text-container,
|
|
58562
58494
|
.e-step-label-container {
|
|
58563
58495
|
font-size: $stepper-small-text-size;
|
|
58564
58496
|
}
|
|
58565
|
-
|
|
58566
58497
|
.e-step-content {
|
|
58567
58498
|
font-size: $stepper-small-icon-size;
|
|
58568
58499
|
}
|
|
58569
|
-
|
|
58570
58500
|
.e-step-label-optional {
|
|
58571
58501
|
font-size: $stepper-small-optional-size;
|
|
58572
58502
|
}
|
|
58573
58503
|
}
|
|
58574
|
-
&.e-vertical .e-
|
|
58504
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58575
58505
|
font-size: $stepper-small-optional-size;
|
|
58576
58506
|
}
|
|
58577
58507
|
}
|
|
58578
|
-
|
|
58579
58508
|
.e-bigger.e-stepper,
|
|
58580
58509
|
.e-bigger .e-stepper {
|
|
58581
|
-
&.e-step-type-indicator .e-
|
|
58510
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58582
58511
|
.e-icons.e-step-indicator {
|
|
58583
58512
|
font-size: $stepper-bigger-step-width;
|
|
58584
58513
|
}
|
|
@@ -58587,32 +58516,27 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58587
58516
|
height: $stepper-bigger-step-width;
|
|
58588
58517
|
}
|
|
58589
58518
|
}
|
|
58590
|
-
|
|
58591
|
-
.e-stepper-steps .e-step-container {
|
|
58519
|
+
.e-step-container {
|
|
58592
58520
|
.e-step,
|
|
58593
58521
|
.e-indicator {
|
|
58594
58522
|
min-width: $stepper-bigger-step-width;
|
|
58595
58523
|
min-height: $stepper-bigger-step-width;
|
|
58596
58524
|
}
|
|
58597
|
-
|
|
58598
58525
|
.e-indicator {
|
|
58599
58526
|
font-size: $stepper-bigger-icon-size;
|
|
58600
58527
|
}
|
|
58601
|
-
|
|
58602
58528
|
.e-step-text-container,
|
|
58603
58529
|
.e-step-label-container {
|
|
58604
58530
|
font-size: $stepper-bigger-text-size;
|
|
58605
58531
|
}
|
|
58606
|
-
|
|
58607
58532
|
.e-step-content {
|
|
58608
58533
|
font-size: $stepper-bigger-icon-size;
|
|
58609
58534
|
}
|
|
58610
|
-
|
|
58611
58535
|
.e-step-label-optional {
|
|
58612
58536
|
font-size: $stepper-bigger-optional-size;
|
|
58613
58537
|
}
|
|
58614
58538
|
}
|
|
58615
|
-
&.e-vertical .e-
|
|
58539
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58616
58540
|
font-size: $stepper-bigger-optional-size;
|
|
58617
58541
|
}
|
|
58618
58542
|
}
|
|
@@ -58621,7 +58545,7 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58621
58545
|
.e-bigger.e-small .e-stepper,
|
|
58622
58546
|
.e-bigger .e-small.e-stepper,
|
|
58623
58547
|
.e-small .e-bigger.e-stepper {
|
|
58624
|
-
&.e-step-type-indicator .e-
|
|
58548
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58625
58549
|
.e-icons.e-step-indicator {
|
|
58626
58550
|
font-size: $stepper-bigger-small-step-width;
|
|
58627
58551
|
}
|
|
@@ -58630,31 +58554,27 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58630
58554
|
height: $stepper-bigger-small-step-width;
|
|
58631
58555
|
}
|
|
58632
58556
|
}
|
|
58633
|
-
|
|
58634
|
-
.e-stepper-steps .e-step-container {
|
|
58557
|
+
.e-step-container {
|
|
58635
58558
|
.e-step,
|
|
58636
58559
|
.e-indicator {
|
|
58637
58560
|
min-width: $stepper-bigger-small-step-width;
|
|
58638
58561
|
min-height: $stepper-bigger-small-step-width;
|
|
58639
58562
|
}
|
|
58640
|
-
|
|
58641
58563
|
.e-indicator {
|
|
58642
58564
|
font-size: $stepper-bigger-small-icon-size;
|
|
58643
58565
|
}
|
|
58644
|
-
|
|
58645
58566
|
.e-step-text-container,
|
|
58646
|
-
.e-step-label-container{
|
|
58567
|
+
.e-step-label-container {
|
|
58647
58568
|
font-size: $stepper-bigger-small-text-size;
|
|
58648
58569
|
}
|
|
58649
58570
|
.e-step-content {
|
|
58650
58571
|
font-size: $stepper-bigger-small-icon-size;
|
|
58651
58572
|
}
|
|
58652
|
-
|
|
58653
58573
|
.e-step-label-optional {
|
|
58654
58574
|
font-size: $stepper-bigger-small-optional-size;
|
|
58655
58575
|
}
|
|
58656
58576
|
}
|
|
58657
|
-
&.e-vertical .e-
|
|
58577
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58658
58578
|
font-size: $stepper-bigger-small-optional-size;
|
|
58659
58579
|
}
|
|
58660
58580
|
}
|
|
@@ -58663,229 +58583,203 @@ $step-selected-active-color: darken($primary, 15%) !default;
|
|
|
58663
58583
|
|
|
58664
58584
|
@include export-module('stepper-theme') {
|
|
58665
58585
|
.e-stepper {
|
|
58666
|
-
.e-
|
|
58667
|
-
|
|
58668
|
-
|
|
58669
|
-
|
|
58670
|
-
|
|
58671
|
-
|
|
58672
|
-
|
|
58673
|
-
|
|
58674
|
-
|
|
58675
|
-
|
|
58676
|
-
|
|
58677
|
-
|
|
58678
|
-
|
|
58679
|
-
|
|
58680
|
-
|
|
58681
|
-
|
|
58682
|
-
|
|
58683
|
-
|
|
58684
|
-
|
|
58685
|
-
|
|
58686
|
-
|
|
58687
|
-
|
|
58688
|
-
|
|
58689
|
-
|
|
58690
|
-
|
|
58691
|
-
|
|
58692
|
-
|
|
58693
|
-
|
|
58694
|
-
|
|
58695
|
-
|
|
58696
|
-
|
|
58697
|
-
|
|
58698
|
-
|
|
58699
|
-
|
|
58700
|
-
|
|
58701
|
-
|
|
58702
|
-
|
|
58703
|
-
|
|
58704
|
-
|
|
58705
|
-
|
|
58706
|
-
.e-indicator {
|
|
58707
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58708
|
-
color: $step-error-icon-color;
|
|
58709
|
-
}
|
|
58710
|
-
|
|
58711
|
-
.e-text,
|
|
58712
|
-
.e-label {
|
|
58713
|
-
color: $step-error-completed-color;
|
|
58714
|
-
}
|
|
58715
|
-
}
|
|
58716
|
-
|
|
58717
|
-
&.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58718
|
-
&.e-step-error .e-indicator:hover {
|
|
58719
|
-
color: $step-color;
|
|
58720
|
-
}
|
|
58721
|
-
|
|
58722
|
-
&.e-step-selected {
|
|
58723
|
-
.e-text,
|
|
58724
|
-
.e-label {
|
|
58725
|
-
font-weight: $stepper-font-weight;
|
|
58726
|
-
}
|
|
58727
|
-
}
|
|
58728
|
-
|
|
58729
|
-
&.e-step-valid.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58730
|
-
&.e-step-valid.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58731
|
-
.e-step-validation-icon {
|
|
58732
|
-
color: $step-valid-icon-only-color;
|
|
58733
|
-
}
|
|
58734
|
-
}
|
|
58735
|
-
|
|
58736
|
-
&.e-step-error.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58737
|
-
&.e-step-error.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58738
|
-
.e-step-validation-icon {
|
|
58739
|
-
color: $step-error-icon-only-color;
|
|
58740
|
-
}
|
|
58741
|
-
}
|
|
58742
|
-
|
|
58743
|
-
.e-text,
|
|
58744
|
-
.e-label {
|
|
58745
|
-
color: $stepper-text-color;
|
|
58746
|
-
}
|
|
58747
|
-
|
|
58748
|
-
&.e-step-selected:not(.e-step-error),
|
|
58749
|
-
&.e-step-completed:not(.e-step-error) {
|
|
58750
|
-
.e-text,
|
|
58751
|
-
.e-label {
|
|
58752
|
-
color: $step-completed-bg-color;
|
|
58753
|
-
}
|
|
58754
|
-
}
|
|
58755
|
-
|
|
58756
|
-
&.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58757
|
-
background-color: $stepper-outline-color;
|
|
58758
|
-
}
|
|
58759
|
-
|
|
58760
|
-
.e-step-text-container {
|
|
58761
|
-
background-color: $stepper-outline-color;
|
|
58762
|
-
border-color: transparent;
|
|
58763
|
-
}
|
|
58764
|
-
|
|
58765
|
-
&.e-step-selected .e-indicator {
|
|
58766
|
-
background: $step-completed-bg-color;
|
|
58767
|
-
}
|
|
58768
|
-
|
|
58769
|
-
&.e-step-disabled .e-indicator {
|
|
58770
|
-
background: $step-disabled-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58771
|
-
color: $step-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58772
|
-
}
|
|
58773
|
-
|
|
58774
|
-
&.e-step-disabled .e-text,
|
|
58775
|
-
&.e-step-disabled .e-label,
|
|
58776
|
-
&.e-step-disabled .e-step-validation-icon {
|
|
58777
|
-
color: $step-disabled-font-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58778
|
-
}
|
|
58586
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58587
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
58588
|
+
.e-step-notstarted .e-icons.e-step-indicator {
|
|
58589
|
+
border-color: $step-border-color;
|
|
58590
|
+
}
|
|
58591
|
+
.e-step-label-optional {
|
|
58592
|
+
color: $step-optional-color;
|
|
58593
|
+
}
|
|
58594
|
+
.e-step,
|
|
58595
|
+
.e-indicator {
|
|
58596
|
+
color: $step-color;
|
|
58597
|
+
background: $step-bg-color;
|
|
58598
|
+
}
|
|
58599
|
+
.e-step-indicator {
|
|
58600
|
+
color: transparent;
|
|
58601
|
+
}
|
|
58602
|
+
.e-step-completed .e-step,
|
|
58603
|
+
.e-step-inprogress .e-step,
|
|
58604
|
+
.e-step-completed .e-indicator,
|
|
58605
|
+
.e-step-inprogress .e-indicator,
|
|
58606
|
+
.e-step-completed .e-step-indicator,
|
|
58607
|
+
.e-step-inprogress .e-step-indicator {
|
|
58608
|
+
background: $step-completed-bg-color;
|
|
58609
|
+
color: $step-completed-color;
|
|
58610
|
+
}
|
|
58611
|
+
.e-step-selected .e-indicator {
|
|
58612
|
+
background: $step-completed-bg-color;
|
|
58613
|
+
}
|
|
58614
|
+
.e-step-valid .e-indicator {
|
|
58615
|
+
background: $step-valid-completed-bg-color;
|
|
58616
|
+
color: $step-valid-completed-color;
|
|
58617
|
+
}
|
|
58618
|
+
.e-step-error {
|
|
58619
|
+
.e-indicator {
|
|
58620
|
+
background: $step-error-completed-bg-color;
|
|
58621
|
+
color: $step-error-icon-color;
|
|
58622
|
+
}
|
|
58623
|
+
.e-text,
|
|
58624
|
+
.e-label {
|
|
58625
|
+
color: $step-error-completed-color;
|
|
58779
58626
|
}
|
|
58780
58627
|
}
|
|
58781
|
-
|
|
58782
|
-
|
|
58783
|
-
|
|
58784
|
-
|
|
58785
|
-
|
|
58786
|
-
|
|
58628
|
+
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58629
|
+
.e-step-error .e-indicator:hover {
|
|
58630
|
+
color: $step-color;
|
|
58631
|
+
}
|
|
58632
|
+
.e-step-selected {
|
|
58633
|
+
.e-text,
|
|
58634
|
+
.e-label {
|
|
58635
|
+
font-weight: $stepper-font-weight;
|
|
58636
|
+
}
|
|
58637
|
+
}
|
|
58638
|
+
.e-step-valid.e-step-text-only,
|
|
58639
|
+
.e-step-valid.e-step-label-only {
|
|
58640
|
+
.e-step-validation-icon {
|
|
58641
|
+
color: $step-valid-icon-only-color;
|
|
58642
|
+
}
|
|
58643
|
+
}
|
|
58644
|
+
.e-step-error.e-step-text-only,
|
|
58645
|
+
.e-step-error.e-step-label-only {
|
|
58646
|
+
.e-step-validation-icon {
|
|
58647
|
+
color: $step-error-icon-only-color;
|
|
58648
|
+
}
|
|
58649
|
+
}
|
|
58650
|
+
.e-text,
|
|
58651
|
+
.e-label {
|
|
58652
|
+
color: $stepper-text-color;
|
|
58653
|
+
}
|
|
58654
|
+
.e-step-selected:not(.e-step-error),
|
|
58655
|
+
.e-step-completed:not(.e-step-error) {
|
|
58656
|
+
.e-text,
|
|
58657
|
+
.e-label {
|
|
58658
|
+
color: $step-completed-bg-color;
|
|
58659
|
+
}
|
|
58660
|
+
}
|
|
58661
|
+
.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58662
|
+
background-color: $stepper-outline-color;
|
|
58663
|
+
}
|
|
58664
|
+
.e-step-text-container {
|
|
58665
|
+
background-color: $stepper-outline-color;
|
|
58666
|
+
border-color: transparent;
|
|
58667
|
+
}
|
|
58668
|
+
.e-step-disabled .e-indicator {
|
|
58669
|
+
background: $step-disabled-bg-color;
|
|
58670
|
+
color: $step-disabled-color;
|
|
58671
|
+
}
|
|
58672
|
+
.e-step-disabled .e-text,
|
|
58673
|
+
.e-step-disabled .e-label,
|
|
58674
|
+
.e-step-disabled .e-step-validation-icon {
|
|
58675
|
+
color: $step-disabled-font-color;
|
|
58676
|
+
}
|
|
58677
|
+
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
58678
|
+
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
58679
|
+
&.e-vertical .e-step-icon:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
58680
|
+
&.e-vertical.e-label-top .e-step-label-optional,
|
|
58681
|
+
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
58787
58682
|
background-color: $stepper-outline-color;
|
|
58788
58683
|
}
|
|
58789
|
-
|
|
58790
58684
|
.e-stepper-progressbar {
|
|
58791
58685
|
background-color: $step-progress-bg-color;
|
|
58792
|
-
|
|
58793
58686
|
>.e-progressbar-value {
|
|
58794
58687
|
background-color: $step-progress-value-bg-color;
|
|
58795
58688
|
}
|
|
58796
58689
|
}
|
|
58797
|
-
|
|
58798
|
-
&:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
58690
|
+
&:not(.e-steps-focus) .e-step-selected .e-step {
|
|
58799
58691
|
box-shadow: $step-selected-li-shadow;
|
|
58800
58692
|
}
|
|
58801
|
-
|
|
58802
|
-
.e-
|
|
58803
|
-
.e-
|
|
58804
|
-
.e-
|
|
58805
|
-
.e-
|
|
58806
|
-
&:not(.e-steps-focus) .e-
|
|
58807
|
-
&:not(.e-steps-focus) .e-
|
|
58808
|
-
|
|
58809
|
-
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
58693
|
+
.e-step-focus .e-step,
|
|
58694
|
+
.e-step-label-only.e-step-focus .e-label,
|
|
58695
|
+
.e-step-text-only.e-step-focus .e-text,
|
|
58696
|
+
.e-step-template.e-step-focus,
|
|
58697
|
+
&:not(.e-steps-focus) :focus-visible .e-step,
|
|
58698
|
+
&:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,
|
|
58699
|
+
&:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
58700
|
+
box-shadow: $step-keyboard-selected-li-shadow;
|
|
58810
58701
|
}
|
|
58811
58702
|
|
|
58812
|
-
&:not(.e-steps-focus) .e-
|
|
58813
|
-
.e-
|
|
58814
|
-
.e-
|
|
58815
|
-
.e-
|
|
58816
|
-
.e-
|
|
58703
|
+
&:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
58704
|
+
.e-step-valid.e-step-focus .e-step,
|
|
58705
|
+
.e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
58706
|
+
.e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
58707
|
+
.e-step-valid.e-step-template.e-step-focus {
|
|
58817
58708
|
box-shadow: $step-valid-li-shadow;
|
|
58818
58709
|
}
|
|
58819
58710
|
|
|
58820
|
-
&:not(.e-steps-focus) .e-
|
|
58821
|
-
.e-
|
|
58822
|
-
.e-
|
|
58823
|
-
.e-
|
|
58824
|
-
.e-
|
|
58711
|
+
&:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
58712
|
+
.e-step-error.e-step-focus .e-step,
|
|
58713
|
+
.e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
58714
|
+
.e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
58715
|
+
.e-step-error.e-step-template.e-step-focus {
|
|
58825
58716
|
box-shadow: $step-error-li-shadow;
|
|
58826
58717
|
}
|
|
58827
58718
|
|
|
58828
|
-
.e-
|
|
58829
|
-
.e-
|
|
58830
|
-
&.e-steps-focus .e-
|
|
58719
|
+
.e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
58720
|
+
.e-step-container:not(.e-step-focus).e-step-completed .e-step,
|
|
58721
|
+
&.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
58831
58722
|
box-shadow: $step-li-shadow;
|
|
58832
58723
|
}
|
|
58833
58724
|
|
|
58834
|
-
.e-
|
|
58835
|
-
.e-
|
|
58836
|
-
border-color: $step-hover-border-color
|
|
58725
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
58726
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
58727
|
+
border-color: $step-hover-border-color;
|
|
58837
58728
|
}
|
|
58838
58729
|
|
|
58839
|
-
.e-
|
|
58840
|
-
.e-
|
|
58841
|
-
border-color: $step-active-border-color
|
|
58730
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
58731
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
58732
|
+
border-color: $step-active-border-color;
|
|
58842
58733
|
}
|
|
58843
58734
|
|
|
58844
|
-
&:not(.e-step-type-label)
|
|
58845
|
-
|
|
58846
|
-
|
|
58735
|
+
&:not(.e-step-type-label) {
|
|
58736
|
+
.e-indicator:hover,
|
|
58737
|
+
.e-step:hover {
|
|
58738
|
+
color: $step-hover-text-color;
|
|
58739
|
+
background: $step-selected-hover-color;
|
|
58740
|
+
}
|
|
58847
58741
|
}
|
|
58848
58742
|
|
|
58849
|
-
&:not(.e-step-type-label) .e-
|
|
58850
|
-
&:not(.e-step-type-label) .e-
|
|
58851
|
-
|
|
58743
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58744
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58745
|
+
color: $step-hover-not-text-color;
|
|
58852
58746
|
}
|
|
58853
58747
|
|
|
58854
|
-
&:not(.e-step-type-label)
|
|
58855
|
-
|
|
58856
|
-
|
|
58857
|
-
|
|
58858
|
-
background: $step-selected-hover-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58748
|
+
&:not(.e-step-type-label) {
|
|
58749
|
+
.e-step-selected .e-indicator:active,
|
|
58750
|
+
.e-step-selected .e-step:active {
|
|
58751
|
+
background: $step-selected-active-color;
|
|
58859
58752
|
}
|
|
58860
|
-
|
|
58861
|
-
|
|
58862
|
-
|
|
58863
|
-
background: $step-valid-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58753
|
+
.e-step-valid.e-step-selected .e-indicator:active,
|
|
58754
|
+
.e-step-valid.e-step-selected .e-step:active {
|
|
58755
|
+
background: $step-valid-completed-bg-color;
|
|
58864
58756
|
}
|
|
58865
|
-
|
|
58866
|
-
|
|
58867
|
-
|
|
58868
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58757
|
+
.e-step-error.e-step-selected .e-indicator:active,
|
|
58758
|
+
.e-step-error.e-step-selected .e-step:active {
|
|
58759
|
+
background: $step-error-completed-bg-color;
|
|
58869
58760
|
}
|
|
58870
58761
|
}
|
|
58871
58762
|
|
|
58872
|
-
&:not(.e-step-type-label) .e-
|
|
58873
|
-
&:not(.e-step-type-label) .e-
|
|
58874
|
-
|
|
58763
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58764
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58765
|
+
background: $step-hover-color;
|
|
58875
58766
|
}
|
|
58876
58767
|
|
|
58877
|
-
&:not(.e-step-type-label) .e-
|
|
58878
|
-
|
|
58879
|
-
|
|
58880
|
-
|
|
58881
|
-
|
|
58882
|
-
|
|
58883
|
-
|
|
58884
|
-
|
|
58768
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,
|
|
58769
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:active {
|
|
58770
|
+
background: $step-active-color;
|
|
58771
|
+
}
|
|
58772
|
+
|
|
58773
|
+
&:not(.e-step-type-label) {
|
|
58774
|
+
.e-step-valid .e-indicator:hover,
|
|
58775
|
+
.e-step-valid .e-step:hover {
|
|
58776
|
+
color: $step-hover-text-color;
|
|
58777
|
+
background: $step-valid-completed-bg-color;
|
|
58885
58778
|
}
|
|
58886
|
-
|
|
58887
|
-
|
|
58888
|
-
|
|
58779
|
+
.e-step-error .e-indicator:hover,
|
|
58780
|
+
.e-step-error .e-step:hover {
|
|
58781
|
+
color: $step-hover-text-color;
|
|
58782
|
+
background: $step-error-completed-bg-color;
|
|
58889
58783
|
}
|
|
58890
58784
|
}
|
|
58891
58785
|
}
|
|
@@ -82323,7 +82217,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82323
82217
|
text-align: left;
|
|
82324
82218
|
}
|
|
82325
82219
|
|
|
82326
|
-
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
82220
|
+
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
82327
82221
|
border-width: $grid-headercell-both-border-width;
|
|
82328
82222
|
}
|
|
82329
82223
|
|
|
@@ -82349,7 +82243,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82349
82243
|
border-right-width: 1px;
|
|
82350
82244
|
}
|
|
82351
82245
|
|
|
82352
|
-
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
82246
|
+
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
82353
82247
|
border-width: $grid-rtl-headercell-both-border-width;
|
|
82354
82248
|
}
|
|
82355
82249
|
|
|
@@ -84234,6 +84128,14 @@ margin: $grid-group-animator-cell-margin;
|
|
|
84234
84128
|
border-top: 1px solid $grid-header-border-color;
|
|
84235
84129
|
}
|
|
84236
84130
|
|
|
84131
|
+
.e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
|
|
84132
|
+
border-top: 0 solid $grid-header-border-color;
|
|
84133
|
+
}
|
|
84134
|
+
|
|
84135
|
+
.e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
|
|
84136
|
+
border-bottom: 0;
|
|
84137
|
+
}
|
|
84138
|
+
|
|
84237
84139
|
.e-ccdlg {
|
|
84238
84140
|
.e-footer-content {
|
|
84239
84141
|
border-color: $grid-columnchooser-footer-border-color;
|
|
@@ -88913,7 +88815,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
88913
88815
|
|
|
88914
88816
|
//Focus state for Normal and Outline GroupButton
|
|
88915
88817
|
.e-btn:focus,
|
|
88916
|
-
input:focus+label.e-btn {
|
|
88818
|
+
input:focus-visible+label.e-btn {
|
|
88917
88819
|
@include button-focus;
|
|
88918
88820
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
88919
88821
|
box-shadow: none;
|