@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
|
@@ -58356,12 +58356,11 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58356
58356
|
.e-stepper {
|
|
58357
58357
|
position: relative;
|
|
58358
58358
|
&.e-stepper-readonly,
|
|
58359
|
-
.e-
|
|
58359
|
+
.e-step-disabled {
|
|
58360
58360
|
cursor: default;
|
|
58361
58361
|
pointer-events: none;
|
|
58362
58362
|
}
|
|
58363
|
-
|
|
58364
|
-
&.e-step-type-indicator .e-stepper-steps .e-step-container {
|
|
58363
|
+
&.e-step-type-indicator .e-step-container {
|
|
58365
58364
|
&:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58366
58365
|
.e-icons.e-step-indicator {
|
|
58367
58366
|
font-size: $stepper-step-width;
|
|
@@ -58374,12 +58373,12 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58374
58373
|
}
|
|
58375
58374
|
|
|
58376
58375
|
//For Blazor Stepper Tooltip
|
|
58377
|
-
.e-
|
|
58378
|
-
&.e-vertical.e-label-after .e-
|
|
58379
|
-
&.e-vertical.e-label-before .e-
|
|
58376
|
+
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
58377
|
+
&.e-vertical.e-label-after .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
58378
|
+
&.e-vertical.e-label-before .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
58380
58379
|
position: relative;
|
|
58381
58380
|
}
|
|
58382
|
-
&.e-horizontal .e-
|
|
58381
|
+
&.e-horizontal .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
58383
58382
|
position: unset;
|
|
58384
58383
|
}
|
|
58385
58384
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -58404,15 +58403,14 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58404
58403
|
top: -6px;
|
|
58405
58404
|
}
|
|
58406
58405
|
}
|
|
58407
|
-
.e-
|
|
58406
|
+
.e-step-icon.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
58408
58407
|
left: unset;
|
|
58409
58408
|
top: 0;
|
|
58410
58409
|
transform: translate(0%, -135%);
|
|
58411
58410
|
}
|
|
58412
|
-
&.e-step-type-indicator .e-
|
|
58411
|
+
&.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
58413
58412
|
transform: translate(-50%, -115%);
|
|
58414
58413
|
}
|
|
58415
|
-
|
|
58416
58414
|
.e-stepper-steps {
|
|
58417
58415
|
display: flex;
|
|
58418
58416
|
padding: 0;
|
|
@@ -58420,124 +58418,170 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58420
58418
|
justify-content: space-between;
|
|
58421
58419
|
position: relative;
|
|
58422
58420
|
align-items: flex-start;
|
|
58423
|
-
.e-step-container
|
|
58424
|
-
|
|
58425
|
-
|
|
58426
|
-
|
|
58427
|
-
|
|
58428
|
-
|
|
58429
|
-
|
|
58430
|
-
|
|
58431
|
-
|
|
58432
|
-
|
|
58433
|
-
|
|
58434
|
-
|
|
58435
|
-
|
|
58436
|
-
|
|
58437
|
-
|
|
58438
|
-
|
|
58439
|
-
|
|
58440
|
-
|
|
58421
|
+
.e-step-container,
|
|
58422
|
+
.e-step,
|
|
58423
|
+
.e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
58424
|
+
.e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
58425
|
+
.e-step-label-container {
|
|
58426
|
+
display: flex;
|
|
58427
|
+
align-items: center;
|
|
58428
|
+
justify-content: center;
|
|
58429
|
+
}
|
|
58430
|
+
}
|
|
58431
|
+
.e-step-container {
|
|
58432
|
+
max-width: var(--max-width);
|
|
58433
|
+
list-style-type: none;
|
|
58434
|
+
cursor: pointer;
|
|
58435
|
+
text-align: center;
|
|
58436
|
+
.e-step-label-container,
|
|
58437
|
+
.e-step-text-container {
|
|
58438
|
+
max-width: clamp(100%, 10em, 100%);
|
|
58439
|
+
white-space: nowrap;
|
|
58440
|
+
}
|
|
58441
|
+
.e-step-label-optional {
|
|
58442
|
+
font-size: $stepper-optional-size;
|
|
58443
|
+
flex-basis: 100%;
|
|
58444
|
+
}
|
|
58445
|
+
.e-step-optional-container {
|
|
58446
|
+
display: flex;
|
|
58447
|
+
flex-direction: column;
|
|
58448
|
+
}
|
|
58449
|
+
.e-step-content {
|
|
58450
|
+
font-size: $stepper-icon-size;
|
|
58451
|
+
line-height: 0;
|
|
58452
|
+
}
|
|
58453
|
+
.e-indicator {
|
|
58454
|
+
font-size: $stepper-icon-size;
|
|
58455
|
+
}
|
|
58456
|
+
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58457
|
+
padding: $stepper-icon-text-padding;
|
|
58458
|
+
}
|
|
58459
|
+
&.e-step-text-only .e-step-text-container,
|
|
58460
|
+
&.e-step-label-only .e-step-label-container {
|
|
58461
|
+
padding: $stepper-text-padding;
|
|
58462
|
+
padding-block: 5px;
|
|
58463
|
+
}
|
|
58464
|
+
&.e-step-text-only.e-step-error .e-step-text-container,
|
|
58465
|
+
&.e-step-text-only.e-step-valid .e-step-text-container,
|
|
58466
|
+
&.e-step-label-only.e-step-error .e-step-label-container,
|
|
58467
|
+
&.e-step-label-only.e-step-valid .e-step-label-container {
|
|
58468
|
+
flex-direction: column;
|
|
58469
|
+
.e-step-validation-icon {
|
|
58470
|
+
position: relative;
|
|
58471
|
+
top: $stepper-validation-position;
|
|
58441
58472
|
}
|
|
58442
58473
|
}
|
|
58474
|
+
.e-step-label-container,
|
|
58475
|
+
.e-step-text-container {
|
|
58476
|
+
font-size: $stepper-text-size;
|
|
58477
|
+
}
|
|
58478
|
+
.e-step,
|
|
58479
|
+
.e-indicator {
|
|
58480
|
+
border-radius: $stepper-step-radius;
|
|
58481
|
+
min-width: $stepper-step-width;
|
|
58482
|
+
min-height: $stepper-step-width;
|
|
58483
|
+
}
|
|
58484
|
+
}
|
|
58485
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58486
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator {
|
|
58487
|
+
border: $step-border;
|
|
58443
58488
|
}
|
|
58444
|
-
|
|
58445
58489
|
&.e-horizontal {
|
|
58446
58490
|
display: block;
|
|
58447
58491
|
.e-stepper-steps {
|
|
58448
58492
|
flex-direction: row;
|
|
58449
58493
|
}
|
|
58450
|
-
|
|
58451
58494
|
&.e-label-before,
|
|
58452
58495
|
&.e-label-after {
|
|
58453
|
-
&:has(.e-
|
|
58496
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58454
58497
|
margin-left: var(--progress-left-position);
|
|
58455
58498
|
top: var(--progress-top-position);
|
|
58456
58499
|
width: var(--progress-bar-width);
|
|
58457
58500
|
}
|
|
58458
58501
|
}
|
|
58459
|
-
|
|
58460
58502
|
&.e-label-before.e-rtl,
|
|
58461
58503
|
&.e-label-after.e-rtl {
|
|
58462
|
-
&:has(.e-
|
|
58504
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58463
58505
|
margin-right: var(--progress-left-position);
|
|
58464
58506
|
margin-left: unset;
|
|
58465
58507
|
}
|
|
58466
58508
|
}
|
|
58467
|
-
|
|
58468
|
-
|
|
58469
|
-
&.e-horizontal .e-stepper-steps .e-step-container {
|
|
58470
|
-
&.e-step-icon.e-step-label {
|
|
58509
|
+
.e-step-icon.e-step-label {
|
|
58471
58510
|
gap: 1em;
|
|
58511
|
+
flex-direction: column;
|
|
58472
58512
|
}
|
|
58473
|
-
|
|
58474
|
-
&.e-step-icon.e-step-label .e-step-label-container {
|
|
58513
|
+
.e-step-icon.e-step-label .e-step-label-container {
|
|
58475
58514
|
position: relative;
|
|
58476
58515
|
&.e-label-before {
|
|
58477
58516
|
order: -1;
|
|
58478
58517
|
}
|
|
58479
58518
|
}
|
|
58480
|
-
|
|
58481
|
-
|
|
58482
|
-
&.e-step-icon.e-step-label {
|
|
58483
|
-
flex-direction: column;
|
|
58519
|
+
&.e-label-start .e-step-text-container {
|
|
58520
|
+
order: $stepper-label-order;
|
|
58484
58521
|
}
|
|
58485
|
-
|
|
58486
|
-
|
|
58487
|
-
|
|
58488
|
-
|
|
58489
|
-
}
|
|
58490
|
-
|
|
58491
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58492
|
-
position: absolute;
|
|
58493
|
-
top: 2.5em;
|
|
58494
|
-
margin-left: 2.5em;
|
|
58495
|
-
}
|
|
58496
|
-
|
|
58497
|
-
&.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,
|
|
58498
|
-
&.e-horizontal.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58499
|
-
margin-right: 2.5em;
|
|
58500
|
-
margin-left: unset;
|
|
58501
|
-
}
|
|
58502
|
-
|
|
58503
|
-
&.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 {
|
|
58504
|
-
margin-right: unset;
|
|
58505
|
-
margin-left: 2.5em;
|
|
58506
|
-
}
|
|
58507
|
-
|
|
58508
|
-
&.e-horizontal.e-label-before .e-stepper-steps {
|
|
58509
|
-
&:has(.e-step-label-optional) {
|
|
58510
|
-
align-items: flex-end;
|
|
58522
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58523
|
+
position: absolute;
|
|
58524
|
+
top: 2.5em;
|
|
58525
|
+
margin-left: 2.5em;
|
|
58511
58526
|
}
|
|
58512
|
-
|
|
58513
|
-
|
|
58514
|
-
|
|
58527
|
+
&.e-label-start .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
58528
|
+
&.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58529
|
+
margin-right: 2.5em;
|
|
58530
|
+
margin-left: unset;
|
|
58531
|
+
}
|
|
58532
|
+
&.e-label-start.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58533
|
+
margin-right: unset;
|
|
58534
|
+
margin-left: 2.5em;
|
|
58535
|
+
}
|
|
58536
|
+
&.e-label-before .e-stepper-steps {
|
|
58537
|
+
&:has(.e-step-label-optional) {
|
|
58538
|
+
align-items: flex-end;
|
|
58539
|
+
}
|
|
58540
|
+
.e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58541
|
+
flex-direction: column;
|
|
58542
|
+
gap: .5em;
|
|
58543
|
+
}
|
|
58544
|
+
}
|
|
58545
|
+
.e-text,
|
|
58546
|
+
.e-label,
|
|
58547
|
+
.e-step-label-optional {
|
|
58548
|
+
text-overflow: ellipsis;
|
|
58549
|
+
overflow: hidden;
|
|
58550
|
+
}
|
|
58551
|
+
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
58552
|
+
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
58553
|
+
.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58554
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58555
|
+
flex-wrap: wrap;
|
|
58556
|
+
}
|
|
58557
|
+
&.e-step-type-indicator .e-step-container {
|
|
58558
|
+
flex-wrap: wrap;
|
|
58559
|
+
}
|
|
58560
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58561
|
+
margin-top: .5em;
|
|
58562
|
+
}
|
|
58563
|
+
&.e-label-after .e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
58564
|
+
margin-top: .2em;
|
|
58515
58565
|
}
|
|
58516
58566
|
}
|
|
58517
|
-
|
|
58518
58567
|
&.e-vertical {
|
|
58519
58568
|
min-height: inherit;
|
|
58520
58569
|
display: inline-block;
|
|
58521
|
-
|
|
58522
|
-
.e-
|
|
58523
|
-
.e-stepper-steps .e-step-container.e-step-template {
|
|
58570
|
+
.e-step-label.e-step-label-only,
|
|
58571
|
+
.e-step-template {
|
|
58524
58572
|
position: relative;
|
|
58525
58573
|
}
|
|
58526
|
-
|
|
58527
|
-
&:not(.e-label-top):not(.e-label-bottom) .e-stepper-steps .e-step-container .e-step-label-optional {
|
|
58574
|
+
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
58528
58575
|
position: absolute;
|
|
58529
58576
|
}
|
|
58530
|
-
|
|
58531
|
-
&: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 {
|
|
58577
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58532
58578
|
margin-top: $stepper-label-optional;
|
|
58533
58579
|
margin-left: 4em;
|
|
58534
58580
|
}
|
|
58535
|
-
|
|
58536
|
-
&.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 {
|
|
58581
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58537
58582
|
margin-left: unset;
|
|
58538
58583
|
margin-right: 4em;
|
|
58539
58584
|
}
|
|
58540
|
-
|
|
58541
58585
|
.e-stepper-steps {
|
|
58542
58586
|
flex-direction: column;
|
|
58543
58587
|
min-height: inherit;
|
|
@@ -58546,49 +58590,42 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58546
58590
|
margin: $stepper-ol-padding;
|
|
58547
58591
|
justify-content: space-between;
|
|
58548
58592
|
}
|
|
58549
|
-
|
|
58550
58593
|
&.e-rtl .e-stepper-steps {
|
|
58551
58594
|
float: right;
|
|
58552
58595
|
}
|
|
58553
|
-
|
|
58554
|
-
.e-stepper-steps:has(.e-step-
|
|
58555
|
-
.e-stepper-steps:has(.e-step-
|
|
58556
|
-
.e-stepper-steps:has(.e-step-
|
|
58557
|
-
&.e-label-after .e-stepper-steps:has(.e-step-container.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58596
|
+
.e-stepper-steps:has(.e-step-icon:not(.e-step-text):not(.e-step-label)),
|
|
58597
|
+
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
58598
|
+
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
58599
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58558
58600
|
&.e-step-type-indicator .e-stepper-steps {
|
|
58559
58601
|
align-items: center;
|
|
58560
58602
|
}
|
|
58561
|
-
|
|
58562
|
-
.e-
|
|
58563
|
-
.e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58603
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58604
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58564
58605
|
margin-left: $stepper-text-postion;
|
|
58565
58606
|
}
|
|
58566
|
-
|
|
58567
58607
|
&.e-rtl {
|
|
58568
|
-
.e-
|
|
58569
|
-
.e-
|
|
58608
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58609
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58570
58610
|
margin-left: unset;
|
|
58571
58611
|
margin-right: $stepper-text-postion;
|
|
58572
58612
|
}
|
|
58573
58613
|
}
|
|
58574
|
-
|
|
58575
|
-
|
|
58576
|
-
|
|
58577
|
-
.e-
|
|
58578
|
-
.e-stepper-steps .e-step-container.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58614
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58615
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
58616
|
+
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
58617
|
+
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58579
58618
|
flex-direction: column;
|
|
58580
58619
|
.e-step-label-optional {
|
|
58581
58620
|
position: unset;
|
|
58582
58621
|
}
|
|
58583
58622
|
}
|
|
58584
|
-
|
|
58585
|
-
|
|
58586
|
-
&.e-label-before .e-stepper-steps .e-step-container .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58623
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58624
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58587
58625
|
gap: .5em;
|
|
58588
58626
|
}
|
|
58589
|
-
|
|
58590
|
-
&.e-label-
|
|
58591
|
-
&.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label {
|
|
58627
|
+
&.e-label-before .e-step-icon.e-step-label,
|
|
58628
|
+
&.e-label-after .e-step-icon.e-step-label {
|
|
58592
58629
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58593
58630
|
flex-direction: column;
|
|
58594
58631
|
.e-label {
|
|
@@ -58599,43 +58636,37 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58599
58636
|
position: unset;
|
|
58600
58637
|
}
|
|
58601
58638
|
}
|
|
58602
|
-
|
|
58603
|
-
.e-stepper-steps .e-step-container {
|
|
58639
|
+
.e-step-container {
|
|
58604
58640
|
&.e-step-label.e-step-text:not(.e-step-icon) .e-step-label-container.e-label-after {
|
|
58605
58641
|
position: absolute;
|
|
58606
58642
|
.e-step-label-optional {
|
|
58607
58643
|
left: $stepper-ol-padding;
|
|
58608
58644
|
}
|
|
58609
58645
|
}
|
|
58610
|
-
|
|
58611
58646
|
.e-step-label-container.e-label-after {
|
|
58612
58647
|
.e-step-label-optional {
|
|
58613
58648
|
font-size: $stepper-optional-size;
|
|
58614
58649
|
}
|
|
58615
58650
|
}
|
|
58616
|
-
|
|
58617
58651
|
.e-step-label-container.e-label-before .e-label {
|
|
58618
58652
|
width: var(--label-width);
|
|
58619
58653
|
}
|
|
58620
|
-
|
|
58621
58654
|
&:not(.e-step-text-only) .e-step-text-container {
|
|
58622
58655
|
border: none;
|
|
58623
58656
|
border-radius: unset;
|
|
58624
58657
|
padding: $stepper-text-vert-padding;
|
|
58625
58658
|
}
|
|
58626
|
-
|
|
58627
|
-
&.e-step-
|
|
58628
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58659
|
+
&.e-step-text-only .e-step-text-container,
|
|
58660
|
+
&.e-step-label-only .e-step-label-container {
|
|
58629
58661
|
position: unset;
|
|
58630
58662
|
}
|
|
58631
58663
|
}
|
|
58632
58664
|
&.e-label-top {
|
|
58633
|
-
.e-
|
|
58665
|
+
.e-step-label-optional {
|
|
58634
58666
|
padding-bottom: 6px;
|
|
58635
58667
|
}
|
|
58636
58668
|
}
|
|
58637
58669
|
}
|
|
58638
|
-
|
|
58639
58670
|
&.e-vertical.e-label-top,
|
|
58640
58671
|
&.e-vertical.e-label-bottom {
|
|
58641
58672
|
.e-stepper-steps {
|
|
@@ -58643,98 +58674,17 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58643
58674
|
.e-step-container {
|
|
58644
58675
|
flex-direction: column;
|
|
58645
58676
|
.e-step-text-container {
|
|
58646
|
-
margin-left: $stepper-ol-padding
|
|
58677
|
+
margin-left: $stepper-ol-padding;
|
|
58647
58678
|
}
|
|
58648
58679
|
}
|
|
58649
58680
|
}
|
|
58650
58681
|
}
|
|
58651
|
-
|
|
58652
|
-
&.e-vertical.e-label-top .e-stepper-steps .e-step-container {
|
|
58682
|
+
&.e-vertical.e-label-top .e-step-container {
|
|
58653
58683
|
.e-step-label-optional,
|
|
58654
58684
|
.e-step-text-container {
|
|
58655
58685
|
order: $stepper-label-order;
|
|
58656
58686
|
}
|
|
58657
58687
|
}
|
|
58658
|
-
.e-stepper-steps {
|
|
58659
|
-
.e-step-container,
|
|
58660
|
-
.e-step-container .e-step,
|
|
58661
|
-
.e-step-container.e-step-valid.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58662
|
-
.e-step-container.e-step-error.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58663
|
-
.e-step-container .e-step-label-container {
|
|
58664
|
-
display: flex;
|
|
58665
|
-
align-items: center;
|
|
58666
|
-
justify-content: center;
|
|
58667
|
-
}
|
|
58668
|
-
}
|
|
58669
|
-
|
|
58670
|
-
&.e-horizontal {
|
|
58671
|
-
.e-stepper-steps {
|
|
58672
|
-
.e-step-container.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58673
|
-
.e-step-container.e-step-label.e-step-label-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58674
|
-
.e-step-container.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58675
|
-
.e-step-container .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58676
|
-
flex-wrap: wrap;
|
|
58677
|
-
}
|
|
58678
|
-
}
|
|
58679
|
-
&.e-step-type-indicator .e-step-container {
|
|
58680
|
-
flex-wrap: wrap;
|
|
58681
|
-
}
|
|
58682
|
-
}
|
|
58683
|
-
|
|
58684
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58685
|
-
margin-top: .5em;
|
|
58686
|
-
}
|
|
58687
|
-
|
|
58688
|
-
&.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 {
|
|
58689
|
-
margin-top: .2em;
|
|
58690
|
-
}
|
|
58691
|
-
|
|
58692
|
-
.e-stepper-steps .e-step-container {
|
|
58693
|
-
list-style-type: none;
|
|
58694
|
-
cursor: pointer;
|
|
58695
|
-
text-align: center;
|
|
58696
|
-
|
|
58697
|
-
.e-step-content {
|
|
58698
|
-
font-size: $stepper-icon-size;
|
|
58699
|
-
line-height: 0;
|
|
58700
|
-
}
|
|
58701
|
-
|
|
58702
|
-
.e-indicator {
|
|
58703
|
-
font-size: $stepper-icon-size;
|
|
58704
|
-
}
|
|
58705
|
-
|
|
58706
|
-
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58707
|
-
padding: $stepper-icon-text-padding;
|
|
58708
|
-
}
|
|
58709
|
-
|
|
58710
|
-
&.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58711
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58712
|
-
padding: $stepper-text-padding;
|
|
58713
|
-
padding-block: 5px;
|
|
58714
|
-
}
|
|
58715
|
-
|
|
58716
|
-
&.e-step-text-only.e-step-error:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58717
|
-
&.e-step-text-only.e-step-valid:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58718
|
-
&.e-step-label-only.e-step-error:not(.e-step-icon.e-step-text) .e-step-label-container,
|
|
58719
|
-
&.e-step-label-only.e-step-valid:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58720
|
-
flex-direction: column;
|
|
58721
|
-
.e-step-validation-icon {
|
|
58722
|
-
position: relative;
|
|
58723
|
-
top: $stepper-validation-position;
|
|
58724
|
-
}
|
|
58725
|
-
}
|
|
58726
|
-
.e-step-label-container,
|
|
58727
|
-
.e-step-text-container {
|
|
58728
|
-
font-size: $stepper-text-size;
|
|
58729
|
-
}
|
|
58730
|
-
.e-step,
|
|
58731
|
-
.e-indicator {
|
|
58732
|
-
border-radius: $stepper-step-radius;
|
|
58733
|
-
min-width: $stepper-step-width;
|
|
58734
|
-
min-height: $stepper-step-width;
|
|
58735
|
-
}
|
|
58736
|
-
}
|
|
58737
|
-
|
|
58738
58688
|
.e-stepper-progressbar {
|
|
58739
58689
|
height: $stepper-progress-bar-height;
|
|
58740
58690
|
position: absolute;
|
|
@@ -58749,7 +58699,6 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58749
58699
|
transition-delay: var(--delay);
|
|
58750
58700
|
}
|
|
58751
58701
|
}
|
|
58752
|
-
|
|
58753
58702
|
&.e-vertical .e-stepper-progressbar {
|
|
58754
58703
|
min-height: inherit;
|
|
58755
58704
|
width: $stepper-progress-bar-height;
|
|
@@ -58762,40 +58711,26 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58762
58711
|
transition-property: height;
|
|
58763
58712
|
}
|
|
58764
58713
|
}
|
|
58765
|
-
|
|
58766
58714
|
&.e-vertical.e-rtl .e-stepper-progressbar {
|
|
58767
58715
|
right: var(--progress-position);
|
|
58768
58716
|
left: unset;
|
|
58769
58717
|
}
|
|
58770
|
-
|
|
58771
|
-
|
|
58772
|
-
.e-stepper-steps .e-step-container.e-step-focus .e-indicator {
|
|
58718
|
+
&:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
|
|
58719
|
+
.e-step-focus .e-indicator {
|
|
58773
58720
|
z-index: 0;
|
|
58774
58721
|
}
|
|
58775
|
-
|
|
58776
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
58722
|
+
.e-step-template.e-step-focus {
|
|
58777
58723
|
outline: $stepper-temp-outline-width;
|
|
58778
58724
|
}
|
|
58779
58725
|
}
|
|
58780
|
-
|
|
58781
58726
|
.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip {
|
|
58782
58727
|
.e-arrow-tip.e-tip-bottom {
|
|
58783
58728
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
58784
58729
|
}
|
|
58785
58730
|
}
|
|
58786
|
-
|
|
58787
|
-
.e-stepper.e-horizontal .e-stepper-steps .e-step-container {
|
|
58788
|
-
.e-text,
|
|
58789
|
-
.e-label,
|
|
58790
|
-
.e-step-label-optional {
|
|
58791
|
-
text-overflow: ellipsis;
|
|
58792
|
-
overflow: hidden;
|
|
58793
|
-
}
|
|
58794
|
-
}
|
|
58795
|
-
|
|
58796
58731
|
.e-small.e-stepper,
|
|
58797
58732
|
.e-small .e-stepper {
|
|
58798
|
-
&.e-step-type-indicator .e-
|
|
58733
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58799
58734
|
.e-icons.e-step-indicator {
|
|
58800
58735
|
font-size: $stepper-small-step-width;
|
|
58801
58736
|
}
|
|
@@ -58804,39 +58739,33 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58804
58739
|
height: $stepper-small-step-width;
|
|
58805
58740
|
}
|
|
58806
58741
|
}
|
|
58807
|
-
|
|
58808
|
-
.e-stepper-steps .e-step-container {
|
|
58742
|
+
.e-step-container {
|
|
58809
58743
|
.e-step,
|
|
58810
58744
|
.e-indicator {
|
|
58811
58745
|
min-width: $stepper-small-step-width;
|
|
58812
58746
|
min-height: $stepper-small-step-width;
|
|
58813
58747
|
}
|
|
58814
|
-
|
|
58815
58748
|
.e-indicator {
|
|
58816
58749
|
font-size: $stepper-small-icon-size;
|
|
58817
58750
|
}
|
|
58818
|
-
|
|
58819
58751
|
.e-step-text-container,
|
|
58820
58752
|
.e-step-label-container {
|
|
58821
58753
|
font-size: $stepper-small-text-size;
|
|
58822
58754
|
}
|
|
58823
|
-
|
|
58824
58755
|
.e-step-content {
|
|
58825
58756
|
font-size: $stepper-small-icon-size;
|
|
58826
58757
|
}
|
|
58827
|
-
|
|
58828
58758
|
.e-step-label-optional {
|
|
58829
58759
|
font-size: $stepper-small-optional-size;
|
|
58830
58760
|
}
|
|
58831
58761
|
}
|
|
58832
|
-
&.e-vertical .e-
|
|
58762
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58833
58763
|
font-size: $stepper-small-optional-size;
|
|
58834
58764
|
}
|
|
58835
58765
|
}
|
|
58836
|
-
|
|
58837
58766
|
.e-bigger.e-stepper,
|
|
58838
58767
|
.e-bigger .e-stepper {
|
|
58839
|
-
&.e-step-type-indicator .e-
|
|
58768
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58840
58769
|
.e-icons.e-step-indicator {
|
|
58841
58770
|
font-size: $stepper-bigger-step-width;
|
|
58842
58771
|
}
|
|
@@ -58845,32 +58774,27 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58845
58774
|
height: $stepper-bigger-step-width;
|
|
58846
58775
|
}
|
|
58847
58776
|
}
|
|
58848
|
-
|
|
58849
|
-
.e-stepper-steps .e-step-container {
|
|
58777
|
+
.e-step-container {
|
|
58850
58778
|
.e-step,
|
|
58851
58779
|
.e-indicator {
|
|
58852
58780
|
min-width: $stepper-bigger-step-width;
|
|
58853
58781
|
min-height: $stepper-bigger-step-width;
|
|
58854
58782
|
}
|
|
58855
|
-
|
|
58856
58783
|
.e-indicator {
|
|
58857
58784
|
font-size: $stepper-bigger-icon-size;
|
|
58858
58785
|
}
|
|
58859
|
-
|
|
58860
58786
|
.e-step-text-container,
|
|
58861
58787
|
.e-step-label-container {
|
|
58862
58788
|
font-size: $stepper-bigger-text-size;
|
|
58863
58789
|
}
|
|
58864
|
-
|
|
58865
58790
|
.e-step-content {
|
|
58866
58791
|
font-size: $stepper-bigger-icon-size;
|
|
58867
58792
|
}
|
|
58868
|
-
|
|
58869
58793
|
.e-step-label-optional {
|
|
58870
58794
|
font-size: $stepper-bigger-optional-size;
|
|
58871
58795
|
}
|
|
58872
58796
|
}
|
|
58873
|
-
&.e-vertical .e-
|
|
58797
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58874
58798
|
font-size: $stepper-bigger-optional-size;
|
|
58875
58799
|
}
|
|
58876
58800
|
}
|
|
@@ -58879,7 +58803,7 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58879
58803
|
.e-bigger.e-small .e-stepper,
|
|
58880
58804
|
.e-bigger .e-small.e-stepper,
|
|
58881
58805
|
.e-small .e-bigger.e-stepper {
|
|
58882
|
-
&.e-step-type-indicator .e-
|
|
58806
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58883
58807
|
.e-icons.e-step-indicator {
|
|
58884
58808
|
font-size: $stepper-bigger-small-step-width;
|
|
58885
58809
|
}
|
|
@@ -58888,31 +58812,27 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58888
58812
|
height: $stepper-bigger-small-step-width;
|
|
58889
58813
|
}
|
|
58890
58814
|
}
|
|
58891
|
-
|
|
58892
|
-
.e-stepper-steps .e-step-container {
|
|
58815
|
+
.e-step-container {
|
|
58893
58816
|
.e-step,
|
|
58894
58817
|
.e-indicator {
|
|
58895
58818
|
min-width: $stepper-bigger-small-step-width;
|
|
58896
58819
|
min-height: $stepper-bigger-small-step-width;
|
|
58897
58820
|
}
|
|
58898
|
-
|
|
58899
58821
|
.e-indicator {
|
|
58900
58822
|
font-size: $stepper-bigger-small-icon-size;
|
|
58901
58823
|
}
|
|
58902
|
-
|
|
58903
58824
|
.e-step-text-container,
|
|
58904
|
-
.e-step-label-container{
|
|
58825
|
+
.e-step-label-container {
|
|
58905
58826
|
font-size: $stepper-bigger-small-text-size;
|
|
58906
58827
|
}
|
|
58907
58828
|
.e-step-content {
|
|
58908
58829
|
font-size: $stepper-bigger-small-icon-size;
|
|
58909
58830
|
}
|
|
58910
|
-
|
|
58911
58831
|
.e-step-label-optional {
|
|
58912
58832
|
font-size: $stepper-bigger-small-optional-size;
|
|
58913
58833
|
}
|
|
58914
58834
|
}
|
|
58915
|
-
&.e-vertical .e-
|
|
58835
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58916
58836
|
font-size: $stepper-bigger-small-optional-size;
|
|
58917
58837
|
}
|
|
58918
58838
|
}
|
|
@@ -58921,229 +58841,203 @@ $step-selected-active-color: lighten($primary, 15%) !default;
|
|
|
58921
58841
|
|
|
58922
58842
|
@include export-module('stepper-theme') {
|
|
58923
58843
|
.e-stepper {
|
|
58924
|
-
.e-
|
|
58925
|
-
|
|
58926
|
-
|
|
58927
|
-
|
|
58928
|
-
|
|
58929
|
-
|
|
58930
|
-
|
|
58931
|
-
|
|
58932
|
-
|
|
58933
|
-
|
|
58934
|
-
|
|
58935
|
-
|
|
58936
|
-
|
|
58937
|
-
|
|
58938
|
-
|
|
58939
|
-
|
|
58940
|
-
|
|
58941
|
-
|
|
58942
|
-
|
|
58943
|
-
|
|
58944
|
-
|
|
58945
|
-
|
|
58946
|
-
|
|
58947
|
-
|
|
58948
|
-
|
|
58949
|
-
|
|
58950
|
-
|
|
58951
|
-
|
|
58952
|
-
|
|
58953
|
-
|
|
58954
|
-
|
|
58955
|
-
|
|
58956
|
-
|
|
58957
|
-
|
|
58958
|
-
|
|
58959
|
-
|
|
58960
|
-
|
|
58961
|
-
|
|
58962
|
-
|
|
58963
|
-
|
|
58964
|
-
.e-indicator {
|
|
58965
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58966
|
-
color: $step-error-icon-color;
|
|
58967
|
-
}
|
|
58968
|
-
|
|
58969
|
-
.e-text,
|
|
58970
|
-
.e-label {
|
|
58971
|
-
color: $step-error-completed-color;
|
|
58972
|
-
}
|
|
58973
|
-
}
|
|
58974
|
-
|
|
58975
|
-
&.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58976
|
-
&.e-step-error .e-indicator:hover {
|
|
58977
|
-
color: $step-color;
|
|
58978
|
-
}
|
|
58979
|
-
|
|
58980
|
-
&.e-step-selected {
|
|
58981
|
-
.e-text,
|
|
58982
|
-
.e-label {
|
|
58983
|
-
font-weight: $stepper-font-weight;
|
|
58984
|
-
}
|
|
58985
|
-
}
|
|
58986
|
-
|
|
58987
|
-
&.e-step-valid.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58988
|
-
&.e-step-valid.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58989
|
-
.e-step-validation-icon {
|
|
58990
|
-
color: $step-valid-icon-only-color;
|
|
58991
|
-
}
|
|
58992
|
-
}
|
|
58993
|
-
|
|
58994
|
-
&.e-step-error.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58995
|
-
&.e-step-error.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58996
|
-
.e-step-validation-icon {
|
|
58997
|
-
color: $step-error-icon-only-color;
|
|
58998
|
-
}
|
|
58999
|
-
}
|
|
59000
|
-
|
|
59001
|
-
.e-text,
|
|
59002
|
-
.e-label {
|
|
59003
|
-
color: $stepper-text-color;
|
|
59004
|
-
}
|
|
59005
|
-
|
|
59006
|
-
&.e-step-selected:not(.e-step-error),
|
|
59007
|
-
&.e-step-completed:not(.e-step-error) {
|
|
59008
|
-
.e-text,
|
|
59009
|
-
.e-label {
|
|
59010
|
-
color: $step-completed-bg-color;
|
|
59011
|
-
}
|
|
59012
|
-
}
|
|
59013
|
-
|
|
59014
|
-
&.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
59015
|
-
background-color: $stepper-outline-color;
|
|
59016
|
-
}
|
|
59017
|
-
|
|
59018
|
-
.e-step-text-container {
|
|
59019
|
-
background-color: $stepper-outline-color;
|
|
59020
|
-
border-color: transparent;
|
|
59021
|
-
}
|
|
59022
|
-
|
|
59023
|
-
&.e-step-selected .e-indicator {
|
|
59024
|
-
background: $step-completed-bg-color;
|
|
59025
|
-
}
|
|
59026
|
-
|
|
59027
|
-
&.e-step-disabled .e-indicator {
|
|
59028
|
-
background: $step-disabled-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59029
|
-
color: $step-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59030
|
-
}
|
|
59031
|
-
|
|
59032
|
-
&.e-step-disabled .e-text,
|
|
59033
|
-
&.e-step-disabled .e-label,
|
|
59034
|
-
&.e-step-disabled .e-step-validation-icon {
|
|
59035
|
-
color: $step-disabled-font-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59036
|
-
}
|
|
58844
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58845
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
58846
|
+
.e-step-notstarted .e-icons.e-step-indicator {
|
|
58847
|
+
border-color: $step-border-color;
|
|
58848
|
+
}
|
|
58849
|
+
.e-step-label-optional {
|
|
58850
|
+
color: $step-optional-color;
|
|
58851
|
+
}
|
|
58852
|
+
.e-step,
|
|
58853
|
+
.e-indicator {
|
|
58854
|
+
color: $step-color;
|
|
58855
|
+
background: $step-bg-color;
|
|
58856
|
+
}
|
|
58857
|
+
.e-step-indicator {
|
|
58858
|
+
color: transparent;
|
|
58859
|
+
}
|
|
58860
|
+
.e-step-completed .e-step,
|
|
58861
|
+
.e-step-inprogress .e-step,
|
|
58862
|
+
.e-step-completed .e-indicator,
|
|
58863
|
+
.e-step-inprogress .e-indicator,
|
|
58864
|
+
.e-step-completed .e-step-indicator,
|
|
58865
|
+
.e-step-inprogress .e-step-indicator {
|
|
58866
|
+
background: $step-completed-bg-color;
|
|
58867
|
+
color: $step-completed-color;
|
|
58868
|
+
}
|
|
58869
|
+
.e-step-selected .e-indicator {
|
|
58870
|
+
background: $step-completed-bg-color;
|
|
58871
|
+
}
|
|
58872
|
+
.e-step-valid .e-indicator {
|
|
58873
|
+
background: $step-valid-completed-bg-color;
|
|
58874
|
+
color: $step-valid-completed-color;
|
|
58875
|
+
}
|
|
58876
|
+
.e-step-error {
|
|
58877
|
+
.e-indicator {
|
|
58878
|
+
background: $step-error-completed-bg-color;
|
|
58879
|
+
color: $step-error-icon-color;
|
|
58880
|
+
}
|
|
58881
|
+
.e-text,
|
|
58882
|
+
.e-label {
|
|
58883
|
+
color: $step-error-completed-color;
|
|
59037
58884
|
}
|
|
59038
58885
|
}
|
|
59039
|
-
|
|
59040
|
-
|
|
59041
|
-
|
|
59042
|
-
|
|
59043
|
-
|
|
59044
|
-
|
|
58886
|
+
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58887
|
+
.e-step-error .e-indicator:hover {
|
|
58888
|
+
color: $step-color;
|
|
58889
|
+
}
|
|
58890
|
+
.e-step-selected {
|
|
58891
|
+
.e-text,
|
|
58892
|
+
.e-label {
|
|
58893
|
+
font-weight: $stepper-font-weight;
|
|
58894
|
+
}
|
|
58895
|
+
}
|
|
58896
|
+
.e-step-valid.e-step-text-only,
|
|
58897
|
+
.e-step-valid.e-step-label-only {
|
|
58898
|
+
.e-step-validation-icon {
|
|
58899
|
+
color: $step-valid-icon-only-color;
|
|
58900
|
+
}
|
|
58901
|
+
}
|
|
58902
|
+
.e-step-error.e-step-text-only,
|
|
58903
|
+
.e-step-error.e-step-label-only {
|
|
58904
|
+
.e-step-validation-icon {
|
|
58905
|
+
color: $step-error-icon-only-color;
|
|
58906
|
+
}
|
|
58907
|
+
}
|
|
58908
|
+
.e-text,
|
|
58909
|
+
.e-label {
|
|
58910
|
+
color: $stepper-text-color;
|
|
58911
|
+
}
|
|
58912
|
+
.e-step-selected:not(.e-step-error),
|
|
58913
|
+
.e-step-completed:not(.e-step-error) {
|
|
58914
|
+
.e-text,
|
|
58915
|
+
.e-label {
|
|
58916
|
+
color: $step-completed-bg-color;
|
|
58917
|
+
}
|
|
58918
|
+
}
|
|
58919
|
+
.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58920
|
+
background-color: $stepper-outline-color;
|
|
58921
|
+
}
|
|
58922
|
+
.e-step-text-container {
|
|
58923
|
+
background-color: $stepper-outline-color;
|
|
58924
|
+
border-color: transparent;
|
|
58925
|
+
}
|
|
58926
|
+
.e-step-disabled .e-indicator {
|
|
58927
|
+
background: $step-disabled-bg-color;
|
|
58928
|
+
color: $step-disabled-color;
|
|
58929
|
+
}
|
|
58930
|
+
.e-step-disabled .e-text,
|
|
58931
|
+
.e-step-disabled .e-label,
|
|
58932
|
+
.e-step-disabled .e-step-validation-icon {
|
|
58933
|
+
color: $step-disabled-font-color;
|
|
58934
|
+
}
|
|
58935
|
+
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
58936
|
+
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
58937
|
+
&.e-vertical .e-step-icon:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
58938
|
+
&.e-vertical.e-label-top .e-step-label-optional,
|
|
58939
|
+
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
59045
58940
|
background-color: $stepper-outline-color;
|
|
59046
58941
|
}
|
|
59047
|
-
|
|
59048
58942
|
.e-stepper-progressbar {
|
|
59049
58943
|
background-color: $step-progress-bg-color;
|
|
59050
|
-
|
|
59051
58944
|
>.e-progressbar-value {
|
|
59052
58945
|
background-color: $step-progress-value-bg-color;
|
|
59053
58946
|
}
|
|
59054
58947
|
}
|
|
59055
|
-
|
|
59056
|
-
&: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 {
|
|
58948
|
+
&:not(.e-steps-focus) .e-step-selected .e-step {
|
|
59057
58949
|
box-shadow: $step-selected-li-shadow;
|
|
59058
58950
|
}
|
|
59059
|
-
|
|
59060
|
-
.e-
|
|
59061
|
-
.e-
|
|
59062
|
-
.e-
|
|
59063
|
-
.e-
|
|
59064
|
-
&:not(.e-steps-focus) .e-
|
|
59065
|
-
&:not(.e-steps-focus) .e-
|
|
59066
|
-
|
|
59067
|
-
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
58951
|
+
.e-step-focus .e-step,
|
|
58952
|
+
.e-step-label-only.e-step-focus .e-label,
|
|
58953
|
+
.e-step-text-only.e-step-focus .e-text,
|
|
58954
|
+
.e-step-template.e-step-focus,
|
|
58955
|
+
&:not(.e-steps-focus) :focus-visible .e-step,
|
|
58956
|
+
&:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,
|
|
58957
|
+
&:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
58958
|
+
box-shadow: $step-keyboard-selected-li-shadow;
|
|
59068
58959
|
}
|
|
59069
58960
|
|
|
59070
|
-
&:not(.e-steps-focus) .e-
|
|
59071
|
-
.e-
|
|
59072
|
-
.e-
|
|
59073
|
-
.e-
|
|
59074
|
-
.e-
|
|
58961
|
+
&:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
58962
|
+
.e-step-valid.e-step-focus .e-step,
|
|
58963
|
+
.e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
58964
|
+
.e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
58965
|
+
.e-step-valid.e-step-template.e-step-focus {
|
|
59075
58966
|
box-shadow: $step-valid-li-shadow;
|
|
59076
58967
|
}
|
|
59077
58968
|
|
|
59078
|
-
&:not(.e-steps-focus) .e-
|
|
59079
|
-
.e-
|
|
59080
|
-
.e-
|
|
59081
|
-
.e-
|
|
59082
|
-
.e-
|
|
58969
|
+
&:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
58970
|
+
.e-step-error.e-step-focus .e-step,
|
|
58971
|
+
.e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
58972
|
+
.e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
58973
|
+
.e-step-error.e-step-template.e-step-focus {
|
|
59083
58974
|
box-shadow: $step-error-li-shadow;
|
|
59084
58975
|
}
|
|
59085
58976
|
|
|
59086
|
-
.e-
|
|
59087
|
-
.e-
|
|
59088
|
-
&.e-steps-focus .e-
|
|
58977
|
+
.e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
58978
|
+
.e-step-container:not(.e-step-focus).e-step-completed .e-step,
|
|
58979
|
+
&.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
59089
58980
|
box-shadow: $step-li-shadow;
|
|
59090
58981
|
}
|
|
59091
58982
|
|
|
59092
|
-
.e-
|
|
59093
|
-
.e-
|
|
59094
|
-
border-color: $step-hover-border-color
|
|
58983
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
58984
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
58985
|
+
border-color: $step-hover-border-color;
|
|
59095
58986
|
}
|
|
59096
58987
|
|
|
59097
|
-
.e-
|
|
59098
|
-
.e-
|
|
59099
|
-
border-color: $step-active-border-color
|
|
58988
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
58989
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
58990
|
+
border-color: $step-active-border-color;
|
|
59100
58991
|
}
|
|
59101
58992
|
|
|
59102
|
-
&:not(.e-step-type-label)
|
|
59103
|
-
|
|
59104
|
-
|
|
58993
|
+
&:not(.e-step-type-label) {
|
|
58994
|
+
.e-indicator:hover,
|
|
58995
|
+
.e-step:hover {
|
|
58996
|
+
color: $step-hover-text-color;
|
|
58997
|
+
background: $step-selected-hover-color;
|
|
58998
|
+
}
|
|
59105
58999
|
}
|
|
59106
59000
|
|
|
59107
|
-
&:not(.e-step-type-label) .e-
|
|
59108
|
-
&:not(.e-step-type-label) .e-
|
|
59109
|
-
|
|
59001
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
59002
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
59003
|
+
color: $step-hover-not-text-color;
|
|
59110
59004
|
}
|
|
59111
59005
|
|
|
59112
|
-
&:not(.e-step-type-label)
|
|
59113
|
-
|
|
59114
|
-
|
|
59115
|
-
|
|
59116
|
-
background: $step-selected-hover-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59006
|
+
&:not(.e-step-type-label) {
|
|
59007
|
+
.e-step-selected .e-indicator:active,
|
|
59008
|
+
.e-step-selected .e-step:active {
|
|
59009
|
+
background: $step-selected-active-color;
|
|
59117
59010
|
}
|
|
59118
|
-
|
|
59119
|
-
|
|
59120
|
-
|
|
59121
|
-
background: $step-valid-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59011
|
+
.e-step-valid.e-step-selected .e-indicator:active,
|
|
59012
|
+
.e-step-valid.e-step-selected .e-step:active {
|
|
59013
|
+
background: $step-valid-completed-bg-color;
|
|
59122
59014
|
}
|
|
59123
|
-
|
|
59124
|
-
|
|
59125
|
-
|
|
59126
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59015
|
+
.e-step-error.e-step-selected .e-indicator:active,
|
|
59016
|
+
.e-step-error.e-step-selected .e-step:active {
|
|
59017
|
+
background: $step-error-completed-bg-color;
|
|
59127
59018
|
}
|
|
59128
59019
|
}
|
|
59129
59020
|
|
|
59130
|
-
&:not(.e-step-type-label) .e-
|
|
59131
|
-
&:not(.e-step-type-label) .e-
|
|
59132
|
-
|
|
59021
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
59022
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
59023
|
+
background: $step-hover-color;
|
|
59133
59024
|
}
|
|
59134
59025
|
|
|
59135
|
-
&:not(.e-step-type-label) .e-
|
|
59136
|
-
|
|
59137
|
-
|
|
59138
|
-
|
|
59139
|
-
|
|
59140
|
-
|
|
59141
|
-
|
|
59142
|
-
|
|
59026
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,
|
|
59027
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:active {
|
|
59028
|
+
background: $step-active-color;
|
|
59029
|
+
}
|
|
59030
|
+
|
|
59031
|
+
&:not(.e-step-type-label) {
|
|
59032
|
+
.e-step-valid .e-indicator:hover,
|
|
59033
|
+
.e-step-valid .e-step:hover {
|
|
59034
|
+
color: $step-hover-text-color;
|
|
59035
|
+
background: $step-valid-completed-bg-color;
|
|
59143
59036
|
}
|
|
59144
|
-
|
|
59145
|
-
|
|
59146
|
-
|
|
59037
|
+
.e-step-error .e-indicator:hover,
|
|
59038
|
+
.e-step-error .e-step:hover {
|
|
59039
|
+
color: $step-hover-text-color;
|
|
59040
|
+
background: $step-error-completed-bg-color;
|
|
59147
59041
|
}
|
|
59148
59042
|
}
|
|
59149
59043
|
}
|
|
@@ -82602,7 +82496,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82602
82496
|
text-align: left;
|
|
82603
82497
|
}
|
|
82604
82498
|
|
|
82605
|
-
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
82499
|
+
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
82606
82500
|
border-width: $grid-headercell-both-border-width;
|
|
82607
82501
|
}
|
|
82608
82502
|
|
|
@@ -82628,7 +82522,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82628
82522
|
border-right-width: 1px;
|
|
82629
82523
|
}
|
|
82630
82524
|
|
|
82631
|
-
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
82525
|
+
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
82632
82526
|
border-width: $grid-rtl-headercell-both-border-width;
|
|
82633
82527
|
}
|
|
82634
82528
|
|
|
@@ -84513,6 +84407,14 @@ margin: $grid-group-animator-cell-margin;
|
|
|
84513
84407
|
border-top: 1px solid $grid-header-border-color;
|
|
84514
84408
|
}
|
|
84515
84409
|
|
|
84410
|
+
.e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
|
|
84411
|
+
border-top: 0 solid $grid-header-border-color;
|
|
84412
|
+
}
|
|
84413
|
+
|
|
84414
|
+
.e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
|
|
84415
|
+
border-bottom: 0;
|
|
84416
|
+
}
|
|
84417
|
+
|
|
84516
84418
|
.e-ccdlg {
|
|
84517
84419
|
.e-footer-content {
|
|
84518
84420
|
border-color: $grid-columnchooser-footer-border-color;
|
|
@@ -89194,7 +89096,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
89194
89096
|
|
|
89195
89097
|
//Focus state for Normal and Outline GroupButton
|
|
89196
89098
|
.e-btn:focus,
|
|
89197
|
-
input:focus+label.e-btn {
|
|
89099
|
+
input:focus-visible+label.e-btn {
|
|
89198
89100
|
@include button-focus;
|
|
89199
89101
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
89200
89102
|
box-shadow: none;
|