@syncfusion/blazor-themes 25.1.39 → 25.1.41
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
package/SCSS-Themes/bds.scss
CHANGED
|
@@ -59509,12 +59509,11 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59509
59509
|
.e-stepper {
|
|
59510
59510
|
position: relative;
|
|
59511
59511
|
&.e-stepper-readonly,
|
|
59512
|
-
.e-
|
|
59512
|
+
.e-step-disabled {
|
|
59513
59513
|
cursor: default;
|
|
59514
59514
|
pointer-events: none;
|
|
59515
59515
|
}
|
|
59516
|
-
|
|
59517
|
-
&.e-step-type-indicator .e-stepper-steps .e-step-container {
|
|
59516
|
+
&.e-step-type-indicator .e-step-container {
|
|
59518
59517
|
&:not(.e-step-icon.e-step-label.e-step-text) {
|
|
59519
59518
|
.e-icons.e-step-indicator {
|
|
59520
59519
|
font-size: $stepper-step-width;
|
|
@@ -59527,12 +59526,12 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59527
59526
|
}
|
|
59528
59527
|
|
|
59529
59528
|
//For Blazor Stepper Tooltip
|
|
59530
|
-
.e-
|
|
59531
|
-
&.e-vertical.e-label-after .e-
|
|
59532
|
-
&.e-vertical.e-label-before .e-
|
|
59529
|
+
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
59530
|
+
&.e-vertical.e-label-after .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
59531
|
+
&.e-vertical.e-label-before .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
59533
59532
|
position: relative;
|
|
59534
59533
|
}
|
|
59535
|
-
&.e-horizontal .e-
|
|
59534
|
+
&.e-horizontal .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
59536
59535
|
position: unset;
|
|
59537
59536
|
}
|
|
59538
59537
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -59557,15 +59556,14 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59557
59556
|
top: -6px;
|
|
59558
59557
|
}
|
|
59559
59558
|
}
|
|
59560
|
-
.e-
|
|
59559
|
+
.e-step-icon.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
59561
59560
|
left: unset;
|
|
59562
59561
|
top: 0;
|
|
59563
59562
|
transform: translate(0%, -135%);
|
|
59564
59563
|
}
|
|
59565
|
-
&.e-step-type-indicator .e-
|
|
59564
|
+
&.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
59566
59565
|
transform: translate(-50%, -115%);
|
|
59567
59566
|
}
|
|
59568
|
-
|
|
59569
59567
|
.e-stepper-steps {
|
|
59570
59568
|
display: flex;
|
|
59571
59569
|
padding: 0;
|
|
@@ -59573,124 +59571,170 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59573
59571
|
justify-content: space-between;
|
|
59574
59572
|
position: relative;
|
|
59575
59573
|
align-items: flex-start;
|
|
59576
|
-
.e-step-container
|
|
59577
|
-
|
|
59578
|
-
|
|
59579
|
-
|
|
59580
|
-
|
|
59581
|
-
|
|
59582
|
-
|
|
59583
|
-
|
|
59584
|
-
|
|
59585
|
-
|
|
59586
|
-
|
|
59587
|
-
|
|
59588
|
-
|
|
59589
|
-
|
|
59590
|
-
|
|
59591
|
-
|
|
59592
|
-
|
|
59593
|
-
|
|
59574
|
+
.e-step-container,
|
|
59575
|
+
.e-step,
|
|
59576
|
+
.e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
59577
|
+
.e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
59578
|
+
.e-step-label-container {
|
|
59579
|
+
display: flex;
|
|
59580
|
+
align-items: center;
|
|
59581
|
+
justify-content: center;
|
|
59582
|
+
}
|
|
59583
|
+
}
|
|
59584
|
+
.e-step-container {
|
|
59585
|
+
max-width: var(--max-width);
|
|
59586
|
+
list-style-type: none;
|
|
59587
|
+
cursor: pointer;
|
|
59588
|
+
text-align: center;
|
|
59589
|
+
.e-step-label-container,
|
|
59590
|
+
.e-step-text-container {
|
|
59591
|
+
max-width: clamp(100%, 10em, 100%);
|
|
59592
|
+
white-space: nowrap;
|
|
59593
|
+
}
|
|
59594
|
+
.e-step-label-optional {
|
|
59595
|
+
font-size: $stepper-optional-size;
|
|
59596
|
+
flex-basis: 100%;
|
|
59597
|
+
}
|
|
59598
|
+
.e-step-optional-container {
|
|
59599
|
+
display: flex;
|
|
59600
|
+
flex-direction: column;
|
|
59601
|
+
}
|
|
59602
|
+
.e-step-content {
|
|
59603
|
+
font-size: $stepper-icon-size;
|
|
59604
|
+
line-height: 0;
|
|
59605
|
+
}
|
|
59606
|
+
.e-indicator {
|
|
59607
|
+
font-size: $stepper-icon-size;
|
|
59608
|
+
}
|
|
59609
|
+
&:not(.e-step-text-only) > .e-step-text-container {
|
|
59610
|
+
padding: $stepper-icon-text-padding;
|
|
59611
|
+
}
|
|
59612
|
+
&.e-step-text-only .e-step-text-container,
|
|
59613
|
+
&.e-step-label-only .e-step-label-container {
|
|
59614
|
+
padding: $stepper-text-padding;
|
|
59615
|
+
padding-block: 5px;
|
|
59616
|
+
}
|
|
59617
|
+
&.e-step-text-only.e-step-error .e-step-text-container,
|
|
59618
|
+
&.e-step-text-only.e-step-valid .e-step-text-container,
|
|
59619
|
+
&.e-step-label-only.e-step-error .e-step-label-container,
|
|
59620
|
+
&.e-step-label-only.e-step-valid .e-step-label-container {
|
|
59621
|
+
flex-direction: column;
|
|
59622
|
+
.e-step-validation-icon {
|
|
59623
|
+
position: relative;
|
|
59624
|
+
top: $stepper-validation-position;
|
|
59594
59625
|
}
|
|
59595
59626
|
}
|
|
59627
|
+
.e-step-label-container,
|
|
59628
|
+
.e-step-text-container {
|
|
59629
|
+
font-size: $stepper-text-size;
|
|
59630
|
+
}
|
|
59631
|
+
.e-step,
|
|
59632
|
+
.e-indicator {
|
|
59633
|
+
border-radius: $stepper-step-radius;
|
|
59634
|
+
min-width: $stepper-step-width;
|
|
59635
|
+
min-height: $stepper-step-width;
|
|
59636
|
+
}
|
|
59637
|
+
}
|
|
59638
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
59639
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator {
|
|
59640
|
+
border: $step-border;
|
|
59596
59641
|
}
|
|
59597
|
-
|
|
59598
59642
|
&.e-horizontal {
|
|
59599
59643
|
display: block;
|
|
59600
59644
|
.e-stepper-steps {
|
|
59601
59645
|
flex-direction: row;
|
|
59602
59646
|
}
|
|
59603
|
-
|
|
59604
59647
|
&.e-label-before,
|
|
59605
59648
|
&.e-label-after {
|
|
59606
|
-
&:has(.e-
|
|
59649
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
59607
59650
|
margin-left: var(--progress-left-position);
|
|
59608
59651
|
top: var(--progress-top-position);
|
|
59609
59652
|
width: var(--progress-bar-width);
|
|
59610
59653
|
}
|
|
59611
59654
|
}
|
|
59612
|
-
|
|
59613
59655
|
&.e-label-before.e-rtl,
|
|
59614
59656
|
&.e-label-after.e-rtl {
|
|
59615
|
-
&:has(.e-
|
|
59657
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
59616
59658
|
margin-right: var(--progress-left-position);
|
|
59617
59659
|
margin-left: unset;
|
|
59618
59660
|
}
|
|
59619
59661
|
}
|
|
59620
|
-
|
|
59621
|
-
|
|
59622
|
-
&.e-horizontal .e-stepper-steps .e-step-container {
|
|
59623
|
-
&.e-step-icon.e-step-label {
|
|
59662
|
+
.e-step-icon.e-step-label {
|
|
59624
59663
|
gap: 1em;
|
|
59664
|
+
flex-direction: column;
|
|
59625
59665
|
}
|
|
59626
|
-
|
|
59627
|
-
&.e-step-icon.e-step-label .e-step-label-container {
|
|
59666
|
+
.e-step-icon.e-step-label .e-step-label-container {
|
|
59628
59667
|
position: relative;
|
|
59629
59668
|
&.e-label-before {
|
|
59630
59669
|
order: -1;
|
|
59631
59670
|
}
|
|
59632
59671
|
}
|
|
59633
|
-
|
|
59634
|
-
|
|
59635
|
-
&.e-step-icon.e-step-label {
|
|
59636
|
-
flex-direction: column;
|
|
59672
|
+
&.e-label-start .e-step-text-container {
|
|
59673
|
+
order: $stepper-label-order;
|
|
59637
59674
|
}
|
|
59638
|
-
|
|
59639
|
-
|
|
59640
|
-
|
|
59641
|
-
|
|
59642
|
-
}
|
|
59643
|
-
|
|
59644
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
59645
|
-
position: absolute;
|
|
59646
|
-
top: 2.5em;
|
|
59647
|
-
margin-left: 2.5em;
|
|
59648
|
-
}
|
|
59649
|
-
|
|
59650
|
-
&.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,
|
|
59651
|
-
&.e-horizontal.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
59652
|
-
margin-right: 2.5em;
|
|
59653
|
-
margin-left: unset;
|
|
59654
|
-
}
|
|
59655
|
-
|
|
59656
|
-
&.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 {
|
|
59657
|
-
margin-right: unset;
|
|
59658
|
-
margin-left: 2.5em;
|
|
59659
|
-
}
|
|
59660
|
-
|
|
59661
|
-
&.e-horizontal.e-label-before .e-stepper-steps {
|
|
59662
|
-
&:has(.e-step-label-optional) {
|
|
59663
|
-
align-items: flex-end;
|
|
59675
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
59676
|
+
position: absolute;
|
|
59677
|
+
top: 2.5em;
|
|
59678
|
+
margin-left: 2.5em;
|
|
59664
59679
|
}
|
|
59665
|
-
|
|
59666
|
-
|
|
59667
|
-
|
|
59680
|
+
&.e-label-start .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
59681
|
+
&.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
59682
|
+
margin-right: 2.5em;
|
|
59683
|
+
margin-left: unset;
|
|
59684
|
+
}
|
|
59685
|
+
&.e-label-start.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
59686
|
+
margin-right: unset;
|
|
59687
|
+
margin-left: 2.5em;
|
|
59688
|
+
}
|
|
59689
|
+
&.e-label-before .e-stepper-steps {
|
|
59690
|
+
&:has(.e-step-label-optional) {
|
|
59691
|
+
align-items: flex-end;
|
|
59692
|
+
}
|
|
59693
|
+
.e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
59694
|
+
flex-direction: column;
|
|
59695
|
+
gap: .5em;
|
|
59696
|
+
}
|
|
59697
|
+
}
|
|
59698
|
+
.e-text,
|
|
59699
|
+
.e-label,
|
|
59700
|
+
.e-step-label-optional {
|
|
59701
|
+
text-overflow: ellipsis;
|
|
59702
|
+
overflow: hidden;
|
|
59703
|
+
}
|
|
59704
|
+
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
59705
|
+
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
59706
|
+
.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
59707
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
59708
|
+
flex-wrap: wrap;
|
|
59709
|
+
}
|
|
59710
|
+
&.e-step-type-indicator .e-step-container {
|
|
59711
|
+
flex-wrap: wrap;
|
|
59712
|
+
}
|
|
59713
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
59714
|
+
margin-top: .5em;
|
|
59715
|
+
}
|
|
59716
|
+
&.e-label-after .e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
59717
|
+
margin-top: .2em;
|
|
59668
59718
|
}
|
|
59669
59719
|
}
|
|
59670
|
-
|
|
59671
59720
|
&.e-vertical {
|
|
59672
59721
|
min-height: inherit;
|
|
59673
59722
|
display: inline-block;
|
|
59674
|
-
|
|
59675
|
-
.e-
|
|
59676
|
-
.e-stepper-steps .e-step-container.e-step-template {
|
|
59723
|
+
.e-step-label.e-step-label-only,
|
|
59724
|
+
.e-step-template {
|
|
59677
59725
|
position: relative;
|
|
59678
59726
|
}
|
|
59679
|
-
|
|
59680
|
-
&:not(.e-label-top):not(.e-label-bottom) .e-stepper-steps .e-step-container .e-step-label-optional {
|
|
59727
|
+
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
59681
59728
|
position: absolute;
|
|
59682
59729
|
}
|
|
59683
|
-
|
|
59684
|
-
&: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 {
|
|
59730
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
59685
59731
|
margin-top: $stepper-label-optional;
|
|
59686
59732
|
margin-left: 4em;
|
|
59687
59733
|
}
|
|
59688
|
-
|
|
59689
|
-
&.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 {
|
|
59734
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
59690
59735
|
margin-left: unset;
|
|
59691
59736
|
margin-right: 4em;
|
|
59692
59737
|
}
|
|
59693
|
-
|
|
59694
59738
|
.e-stepper-steps {
|
|
59695
59739
|
flex-direction: column;
|
|
59696
59740
|
min-height: inherit;
|
|
@@ -59699,49 +59743,42 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59699
59743
|
margin: $stepper-ol-padding;
|
|
59700
59744
|
justify-content: space-between;
|
|
59701
59745
|
}
|
|
59702
|
-
|
|
59703
59746
|
&.e-rtl .e-stepper-steps {
|
|
59704
59747
|
float: right;
|
|
59705
59748
|
}
|
|
59706
|
-
|
|
59707
|
-
.e-stepper-steps:has(.e-step-
|
|
59708
|
-
.e-stepper-steps:has(.e-step-
|
|
59709
|
-
.e-stepper-steps:has(.e-step-
|
|
59710
|
-
&.e-label-after .e-stepper-steps:has(.e-step-container.e-step-label.e-step-text:not(.e-step-icon)),
|
|
59749
|
+
.e-stepper-steps:has(.e-step-icon:not(.e-step-text):not(.e-step-label)),
|
|
59750
|
+
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
59751
|
+
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
59752
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-icon)),
|
|
59711
59753
|
&.e-step-type-indicator .e-stepper-steps {
|
|
59712
59754
|
align-items: center;
|
|
59713
59755
|
}
|
|
59714
|
-
|
|
59715
|
-
.e-
|
|
59716
|
-
.e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
59756
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
59757
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
59717
59758
|
margin-left: $stepper-text-postion;
|
|
59718
59759
|
}
|
|
59719
|
-
|
|
59720
59760
|
&.e-rtl {
|
|
59721
|
-
.e-
|
|
59722
|
-
.e-
|
|
59761
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
59762
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
59723
59763
|
margin-left: unset;
|
|
59724
59764
|
margin-right: $stepper-text-postion;
|
|
59725
59765
|
}
|
|
59726
59766
|
}
|
|
59727
|
-
|
|
59728
|
-
|
|
59729
|
-
|
|
59730
|
-
.e-
|
|
59731
|
-
.e-stepper-steps .e-step-container.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
59767
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
59768
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
59769
|
+
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
59770
|
+
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
59732
59771
|
flex-direction: column;
|
|
59733
59772
|
.e-step-label-optional {
|
|
59734
59773
|
position: unset;
|
|
59735
59774
|
}
|
|
59736
59775
|
}
|
|
59737
|
-
|
|
59738
|
-
|
|
59739
|
-
&.e-label-before .e-stepper-steps .e-step-container .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
59776
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
59777
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
59740
59778
|
gap: .5em;
|
|
59741
59779
|
}
|
|
59742
|
-
|
|
59743
|
-
&.e-label-
|
|
59744
|
-
&.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label {
|
|
59780
|
+
&.e-label-before .e-step-icon.e-step-label,
|
|
59781
|
+
&.e-label-after .e-step-icon.e-step-label {
|
|
59745
59782
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
59746
59783
|
flex-direction: column;
|
|
59747
59784
|
.e-label {
|
|
@@ -59752,43 +59789,37 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59752
59789
|
position: unset;
|
|
59753
59790
|
}
|
|
59754
59791
|
}
|
|
59755
|
-
|
|
59756
|
-
.e-stepper-steps .e-step-container {
|
|
59792
|
+
.e-step-container {
|
|
59757
59793
|
&.e-step-label.e-step-text:not(.e-step-icon) .e-step-label-container.e-label-after {
|
|
59758
59794
|
position: absolute;
|
|
59759
59795
|
.e-step-label-optional {
|
|
59760
59796
|
left: $stepper-ol-padding;
|
|
59761
59797
|
}
|
|
59762
59798
|
}
|
|
59763
|
-
|
|
59764
59799
|
.e-step-label-container.e-label-after {
|
|
59765
59800
|
.e-step-label-optional {
|
|
59766
59801
|
font-size: $stepper-optional-size;
|
|
59767
59802
|
}
|
|
59768
59803
|
}
|
|
59769
|
-
|
|
59770
59804
|
.e-step-label-container.e-label-before .e-label {
|
|
59771
59805
|
width: var(--label-width);
|
|
59772
59806
|
}
|
|
59773
|
-
|
|
59774
59807
|
&:not(.e-step-text-only) .e-step-text-container {
|
|
59775
59808
|
border: none;
|
|
59776
59809
|
border-radius: unset;
|
|
59777
59810
|
padding: $stepper-text-vert-padding;
|
|
59778
59811
|
}
|
|
59779
|
-
|
|
59780
|
-
&.e-step-
|
|
59781
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
59812
|
+
&.e-step-text-only .e-step-text-container,
|
|
59813
|
+
&.e-step-label-only .e-step-label-container {
|
|
59782
59814
|
position: unset;
|
|
59783
59815
|
}
|
|
59784
59816
|
}
|
|
59785
59817
|
&.e-label-top {
|
|
59786
|
-
.e-
|
|
59818
|
+
.e-step-label-optional {
|
|
59787
59819
|
padding-bottom: 6px;
|
|
59788
59820
|
}
|
|
59789
59821
|
}
|
|
59790
59822
|
}
|
|
59791
|
-
|
|
59792
59823
|
&.e-vertical.e-label-top,
|
|
59793
59824
|
&.e-vertical.e-label-bottom {
|
|
59794
59825
|
.e-stepper-steps {
|
|
@@ -59796,98 +59827,17 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59796
59827
|
.e-step-container {
|
|
59797
59828
|
flex-direction: column;
|
|
59798
59829
|
.e-step-text-container {
|
|
59799
|
-
margin-left: $stepper-ol-padding
|
|
59830
|
+
margin-left: $stepper-ol-padding;
|
|
59800
59831
|
}
|
|
59801
59832
|
}
|
|
59802
59833
|
}
|
|
59803
59834
|
}
|
|
59804
|
-
|
|
59805
|
-
&.e-vertical.e-label-top .e-stepper-steps .e-step-container {
|
|
59835
|
+
&.e-vertical.e-label-top .e-step-container {
|
|
59806
59836
|
.e-step-label-optional,
|
|
59807
59837
|
.e-step-text-container {
|
|
59808
59838
|
order: $stepper-label-order;
|
|
59809
59839
|
}
|
|
59810
59840
|
}
|
|
59811
|
-
.e-stepper-steps {
|
|
59812
|
-
.e-step-container,
|
|
59813
|
-
.e-step-container .e-step,
|
|
59814
|
-
.e-step-container.e-step-valid.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
59815
|
-
.e-step-container.e-step-error.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
59816
|
-
.e-step-container .e-step-label-container {
|
|
59817
|
-
display: flex;
|
|
59818
|
-
align-items: center;
|
|
59819
|
-
justify-content: center;
|
|
59820
|
-
}
|
|
59821
|
-
}
|
|
59822
|
-
|
|
59823
|
-
&.e-horizontal {
|
|
59824
|
-
.e-stepper-steps {
|
|
59825
|
-
.e-step-container.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
59826
|
-
.e-step-container.e-step-label.e-step-label-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
59827
|
-
.e-step-container.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
59828
|
-
.e-step-container .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
59829
|
-
flex-wrap: wrap;
|
|
59830
|
-
}
|
|
59831
|
-
}
|
|
59832
|
-
&.e-step-type-indicator .e-step-container {
|
|
59833
|
-
flex-wrap: wrap;
|
|
59834
|
-
}
|
|
59835
|
-
}
|
|
59836
|
-
|
|
59837
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
59838
|
-
margin-top: .5em;
|
|
59839
|
-
}
|
|
59840
|
-
|
|
59841
|
-
&.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 {
|
|
59842
|
-
margin-top: .2em;
|
|
59843
|
-
}
|
|
59844
|
-
|
|
59845
|
-
.e-stepper-steps .e-step-container {
|
|
59846
|
-
list-style-type: none;
|
|
59847
|
-
cursor: pointer;
|
|
59848
|
-
text-align: center;
|
|
59849
|
-
|
|
59850
|
-
.e-step-content {
|
|
59851
|
-
font-size: $stepper-icon-size;
|
|
59852
|
-
line-height: 0;
|
|
59853
|
-
}
|
|
59854
|
-
|
|
59855
|
-
.e-indicator {
|
|
59856
|
-
font-size: $stepper-icon-size;
|
|
59857
|
-
}
|
|
59858
|
-
|
|
59859
|
-
&:not(.e-step-text-only) > .e-step-text-container {
|
|
59860
|
-
padding: $stepper-icon-text-padding;
|
|
59861
|
-
}
|
|
59862
|
-
|
|
59863
|
-
&.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
59864
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
59865
|
-
padding: $stepper-text-padding;
|
|
59866
|
-
padding-block: 5px;
|
|
59867
|
-
}
|
|
59868
|
-
|
|
59869
|
-
&.e-step-text-only.e-step-error:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
59870
|
-
&.e-step-text-only.e-step-valid:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
59871
|
-
&.e-step-label-only.e-step-error:not(.e-step-icon.e-step-text) .e-step-label-container,
|
|
59872
|
-
&.e-step-label-only.e-step-valid:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
59873
|
-
flex-direction: column;
|
|
59874
|
-
.e-step-validation-icon {
|
|
59875
|
-
position: relative;
|
|
59876
|
-
top: $stepper-validation-position;
|
|
59877
|
-
}
|
|
59878
|
-
}
|
|
59879
|
-
.e-step-label-container,
|
|
59880
|
-
.e-step-text-container {
|
|
59881
|
-
font-size: $stepper-text-size;
|
|
59882
|
-
}
|
|
59883
|
-
.e-step,
|
|
59884
|
-
.e-indicator {
|
|
59885
|
-
border-radius: $stepper-step-radius;
|
|
59886
|
-
min-width: $stepper-step-width;
|
|
59887
|
-
min-height: $stepper-step-width;
|
|
59888
|
-
}
|
|
59889
|
-
}
|
|
59890
|
-
|
|
59891
59841
|
.e-stepper-progressbar {
|
|
59892
59842
|
height: $stepper-progress-bar-height;
|
|
59893
59843
|
position: absolute;
|
|
@@ -59902,7 +59852,6 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59902
59852
|
transition-delay: var(--delay);
|
|
59903
59853
|
}
|
|
59904
59854
|
}
|
|
59905
|
-
|
|
59906
59855
|
&.e-vertical .e-stepper-progressbar {
|
|
59907
59856
|
min-height: inherit;
|
|
59908
59857
|
width: $stepper-progress-bar-height;
|
|
@@ -59915,40 +59864,26 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59915
59864
|
transition-property: height;
|
|
59916
59865
|
}
|
|
59917
59866
|
}
|
|
59918
|
-
|
|
59919
59867
|
&.e-vertical.e-rtl .e-stepper-progressbar {
|
|
59920
59868
|
right: var(--progress-position);
|
|
59921
59869
|
left: unset;
|
|
59922
59870
|
}
|
|
59923
|
-
|
|
59924
|
-
|
|
59925
|
-
.e-stepper-steps .e-step-container.e-step-focus .e-indicator {
|
|
59871
|
+
&:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
|
|
59872
|
+
.e-step-focus .e-indicator {
|
|
59926
59873
|
z-index: 0;
|
|
59927
59874
|
}
|
|
59928
|
-
|
|
59929
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
59875
|
+
.e-step-template.e-step-focus {
|
|
59930
59876
|
outline: $stepper-temp-outline-width;
|
|
59931
59877
|
}
|
|
59932
59878
|
}
|
|
59933
|
-
|
|
59934
59879
|
.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip {
|
|
59935
59880
|
.e-arrow-tip.e-tip-bottom {
|
|
59936
59881
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
59937
59882
|
}
|
|
59938
59883
|
}
|
|
59939
|
-
|
|
59940
|
-
.e-stepper.e-horizontal .e-stepper-steps .e-step-container {
|
|
59941
|
-
.e-text,
|
|
59942
|
-
.e-label,
|
|
59943
|
-
.e-step-label-optional {
|
|
59944
|
-
text-overflow: ellipsis;
|
|
59945
|
-
overflow: hidden;
|
|
59946
|
-
}
|
|
59947
|
-
}
|
|
59948
|
-
|
|
59949
59884
|
.e-small.e-stepper,
|
|
59950
59885
|
.e-small .e-stepper {
|
|
59951
|
-
&.e-step-type-indicator .e-
|
|
59886
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
59952
59887
|
.e-icons.e-step-indicator {
|
|
59953
59888
|
font-size: $stepper-small-step-width;
|
|
59954
59889
|
}
|
|
@@ -59957,39 +59892,33 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59957
59892
|
height: $stepper-small-step-width;
|
|
59958
59893
|
}
|
|
59959
59894
|
}
|
|
59960
|
-
|
|
59961
|
-
.e-stepper-steps .e-step-container {
|
|
59895
|
+
.e-step-container {
|
|
59962
59896
|
.e-step,
|
|
59963
59897
|
.e-indicator {
|
|
59964
59898
|
min-width: $stepper-small-step-width;
|
|
59965
59899
|
min-height: $stepper-small-step-width;
|
|
59966
59900
|
}
|
|
59967
|
-
|
|
59968
59901
|
.e-indicator {
|
|
59969
59902
|
font-size: $stepper-small-icon-size;
|
|
59970
59903
|
}
|
|
59971
|
-
|
|
59972
59904
|
.e-step-text-container,
|
|
59973
59905
|
.e-step-label-container {
|
|
59974
59906
|
font-size: $stepper-small-text-size;
|
|
59975
59907
|
}
|
|
59976
|
-
|
|
59977
59908
|
.e-step-content {
|
|
59978
59909
|
font-size: $stepper-small-icon-size;
|
|
59979
59910
|
}
|
|
59980
|
-
|
|
59981
59911
|
.e-step-label-optional {
|
|
59982
59912
|
font-size: $stepper-small-optional-size;
|
|
59983
59913
|
}
|
|
59984
59914
|
}
|
|
59985
|
-
&.e-vertical .e-
|
|
59915
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
59986
59916
|
font-size: $stepper-small-optional-size;
|
|
59987
59917
|
}
|
|
59988
59918
|
}
|
|
59989
|
-
|
|
59990
59919
|
.e-bigger.e-stepper,
|
|
59991
59920
|
.e-bigger .e-stepper {
|
|
59992
|
-
&.e-step-type-indicator .e-
|
|
59921
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
59993
59922
|
.e-icons.e-step-indicator {
|
|
59994
59923
|
font-size: $stepper-bigger-step-width;
|
|
59995
59924
|
}
|
|
@@ -59998,32 +59927,27 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
59998
59927
|
height: $stepper-bigger-step-width;
|
|
59999
59928
|
}
|
|
60000
59929
|
}
|
|
60001
|
-
|
|
60002
|
-
.e-stepper-steps .e-step-container {
|
|
59930
|
+
.e-step-container {
|
|
60003
59931
|
.e-step,
|
|
60004
59932
|
.e-indicator {
|
|
60005
59933
|
min-width: $stepper-bigger-step-width;
|
|
60006
59934
|
min-height: $stepper-bigger-step-width;
|
|
60007
59935
|
}
|
|
60008
|
-
|
|
60009
59936
|
.e-indicator {
|
|
60010
59937
|
font-size: $stepper-bigger-icon-size;
|
|
60011
59938
|
}
|
|
60012
|
-
|
|
60013
59939
|
.e-step-text-container,
|
|
60014
59940
|
.e-step-label-container {
|
|
60015
59941
|
font-size: $stepper-bigger-text-size;
|
|
60016
59942
|
}
|
|
60017
|
-
|
|
60018
59943
|
.e-step-content {
|
|
60019
59944
|
font-size: $stepper-bigger-icon-size;
|
|
60020
59945
|
}
|
|
60021
|
-
|
|
60022
59946
|
.e-step-label-optional {
|
|
60023
59947
|
font-size: $stepper-bigger-optional-size;
|
|
60024
59948
|
}
|
|
60025
59949
|
}
|
|
60026
|
-
&.e-vertical .e-
|
|
59950
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
60027
59951
|
font-size: $stepper-bigger-optional-size;
|
|
60028
59952
|
}
|
|
60029
59953
|
}
|
|
@@ -60032,7 +59956,7 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
60032
59956
|
.e-bigger.e-small .e-stepper,
|
|
60033
59957
|
.e-bigger .e-small.e-stepper,
|
|
60034
59958
|
.e-small .e-bigger.e-stepper {
|
|
60035
|
-
&.e-step-type-indicator .e-
|
|
59959
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
60036
59960
|
.e-icons.e-step-indicator {
|
|
60037
59961
|
font-size: $stepper-bigger-small-step-width;
|
|
60038
59962
|
}
|
|
@@ -60041,31 +59965,27 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
60041
59965
|
height: $stepper-bigger-small-step-width;
|
|
60042
59966
|
}
|
|
60043
59967
|
}
|
|
60044
|
-
|
|
60045
|
-
.e-stepper-steps .e-step-container {
|
|
59968
|
+
.e-step-container {
|
|
60046
59969
|
.e-step,
|
|
60047
59970
|
.e-indicator {
|
|
60048
59971
|
min-width: $stepper-bigger-small-step-width;
|
|
60049
59972
|
min-height: $stepper-bigger-small-step-width;
|
|
60050
59973
|
}
|
|
60051
|
-
|
|
60052
59974
|
.e-indicator {
|
|
60053
59975
|
font-size: $stepper-bigger-small-icon-size;
|
|
60054
59976
|
}
|
|
60055
|
-
|
|
60056
59977
|
.e-step-text-container,
|
|
60057
|
-
.e-step-label-container{
|
|
59978
|
+
.e-step-label-container {
|
|
60058
59979
|
font-size: $stepper-bigger-small-text-size;
|
|
60059
59980
|
}
|
|
60060
59981
|
.e-step-content {
|
|
60061
59982
|
font-size: $stepper-bigger-small-icon-size;
|
|
60062
59983
|
}
|
|
60063
|
-
|
|
60064
59984
|
.e-step-label-optional {
|
|
60065
59985
|
font-size: $stepper-bigger-small-optional-size;
|
|
60066
59986
|
}
|
|
60067
59987
|
}
|
|
60068
|
-
&.e-vertical .e-
|
|
59988
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
60069
59989
|
font-size: $stepper-bigger-small-optional-size;
|
|
60070
59990
|
}
|
|
60071
59991
|
}
|
|
@@ -60074,229 +59994,203 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
60074
59994
|
|
|
60075
59995
|
@include export-module('stepper-theme') {
|
|
60076
59996
|
.e-stepper {
|
|
60077
|
-
.e-
|
|
60078
|
-
|
|
60079
|
-
|
|
60080
|
-
|
|
60081
|
-
|
|
60082
|
-
|
|
60083
|
-
|
|
60084
|
-
|
|
60085
|
-
|
|
60086
|
-
|
|
60087
|
-
|
|
60088
|
-
|
|
60089
|
-
|
|
60090
|
-
|
|
60091
|
-
|
|
60092
|
-
|
|
60093
|
-
|
|
60094
|
-
|
|
60095
|
-
|
|
60096
|
-
|
|
60097
|
-
|
|
60098
|
-
|
|
60099
|
-
|
|
60100
|
-
|
|
60101
|
-
|
|
60102
|
-
|
|
60103
|
-
|
|
60104
|
-
|
|
60105
|
-
|
|
60106
|
-
|
|
60107
|
-
|
|
60108
|
-
|
|
60109
|
-
|
|
60110
|
-
|
|
60111
|
-
|
|
60112
|
-
|
|
60113
|
-
|
|
60114
|
-
|
|
60115
|
-
|
|
60116
|
-
|
|
60117
|
-
.e-indicator {
|
|
60118
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
60119
|
-
color: $step-error-icon-color;
|
|
60120
|
-
}
|
|
60121
|
-
|
|
60122
|
-
.e-text,
|
|
60123
|
-
.e-label {
|
|
60124
|
-
color: $step-error-completed-color;
|
|
60125
|
-
}
|
|
60126
|
-
}
|
|
60127
|
-
|
|
60128
|
-
&.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
60129
|
-
&.e-step-error .e-indicator:hover {
|
|
60130
|
-
color: $step-color;
|
|
60131
|
-
}
|
|
60132
|
-
|
|
60133
|
-
&.e-step-selected {
|
|
60134
|
-
.e-text,
|
|
60135
|
-
.e-label {
|
|
60136
|
-
font-weight: $stepper-font-weight;
|
|
60137
|
-
}
|
|
60138
|
-
}
|
|
60139
|
-
|
|
60140
|
-
&.e-step-valid.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
60141
|
-
&.e-step-valid.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
60142
|
-
.e-step-validation-icon {
|
|
60143
|
-
color: $step-valid-icon-only-color;
|
|
60144
|
-
}
|
|
60145
|
-
}
|
|
60146
|
-
|
|
60147
|
-
&.e-step-error.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
60148
|
-
&.e-step-error.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
60149
|
-
.e-step-validation-icon {
|
|
60150
|
-
color: $step-error-icon-only-color;
|
|
60151
|
-
}
|
|
60152
|
-
}
|
|
60153
|
-
|
|
60154
|
-
.e-text,
|
|
60155
|
-
.e-label {
|
|
60156
|
-
color: $stepper-text-color;
|
|
60157
|
-
}
|
|
60158
|
-
|
|
60159
|
-
&.e-step-selected:not(.e-step-error),
|
|
60160
|
-
&.e-step-completed:not(.e-step-error) {
|
|
60161
|
-
.e-text,
|
|
60162
|
-
.e-label {
|
|
60163
|
-
color: $step-completed-bg-color;
|
|
60164
|
-
}
|
|
60165
|
-
}
|
|
60166
|
-
|
|
60167
|
-
&.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
60168
|
-
background-color: $stepper-outline-color;
|
|
60169
|
-
}
|
|
60170
|
-
|
|
60171
|
-
.e-step-text-container {
|
|
60172
|
-
background-color: $stepper-outline-color;
|
|
60173
|
-
border-color: transparent;
|
|
60174
|
-
}
|
|
60175
|
-
|
|
60176
|
-
&.e-step-selected .e-indicator {
|
|
60177
|
-
background: $step-completed-bg-color;
|
|
60178
|
-
}
|
|
60179
|
-
|
|
60180
|
-
&.e-step-disabled .e-indicator {
|
|
60181
|
-
background: $step-disabled-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
60182
|
-
color: $step-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
60183
|
-
}
|
|
60184
|
-
|
|
60185
|
-
&.e-step-disabled .e-text,
|
|
60186
|
-
&.e-step-disabled .e-label,
|
|
60187
|
-
&.e-step-disabled .e-step-validation-icon {
|
|
60188
|
-
color: $step-disabled-font-color !important; /* stylelint-disable-line declaration-no-important */
|
|
60189
|
-
}
|
|
59997
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
59998
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
59999
|
+
.e-step-notstarted .e-icons.e-step-indicator {
|
|
60000
|
+
border-color: $step-border-color;
|
|
60001
|
+
}
|
|
60002
|
+
.e-step-label-optional {
|
|
60003
|
+
color: $step-optional-color;
|
|
60004
|
+
}
|
|
60005
|
+
.e-step,
|
|
60006
|
+
.e-indicator {
|
|
60007
|
+
color: $step-color;
|
|
60008
|
+
background: $step-bg-color;
|
|
60009
|
+
}
|
|
60010
|
+
.e-step-indicator {
|
|
60011
|
+
color: transparent;
|
|
60012
|
+
}
|
|
60013
|
+
.e-step-completed .e-step,
|
|
60014
|
+
.e-step-inprogress .e-step,
|
|
60015
|
+
.e-step-completed .e-indicator,
|
|
60016
|
+
.e-step-inprogress .e-indicator,
|
|
60017
|
+
.e-step-completed .e-step-indicator,
|
|
60018
|
+
.e-step-inprogress .e-step-indicator {
|
|
60019
|
+
background: $step-completed-bg-color;
|
|
60020
|
+
color: $step-completed-color;
|
|
60021
|
+
}
|
|
60022
|
+
.e-step-selected .e-indicator {
|
|
60023
|
+
background: $step-completed-bg-color;
|
|
60024
|
+
}
|
|
60025
|
+
.e-step-valid .e-indicator {
|
|
60026
|
+
background: $step-valid-completed-bg-color;
|
|
60027
|
+
color: $step-valid-completed-color;
|
|
60028
|
+
}
|
|
60029
|
+
.e-step-error {
|
|
60030
|
+
.e-indicator {
|
|
60031
|
+
background: $step-error-completed-bg-color;
|
|
60032
|
+
color: $step-error-icon-color;
|
|
60033
|
+
}
|
|
60034
|
+
.e-text,
|
|
60035
|
+
.e-label {
|
|
60036
|
+
color: $step-error-completed-color;
|
|
60190
60037
|
}
|
|
60191
60038
|
}
|
|
60192
|
-
|
|
60193
|
-
|
|
60194
|
-
|
|
60195
|
-
|
|
60196
|
-
|
|
60197
|
-
|
|
60039
|
+
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
60040
|
+
.e-step-error .e-indicator:hover {
|
|
60041
|
+
color: $step-color;
|
|
60042
|
+
}
|
|
60043
|
+
.e-step-selected {
|
|
60044
|
+
.e-text,
|
|
60045
|
+
.e-label {
|
|
60046
|
+
font-weight: $stepper-font-weight;
|
|
60047
|
+
}
|
|
60048
|
+
}
|
|
60049
|
+
.e-step-valid.e-step-text-only,
|
|
60050
|
+
.e-step-valid.e-step-label-only {
|
|
60051
|
+
.e-step-validation-icon {
|
|
60052
|
+
color: $step-valid-icon-only-color;
|
|
60053
|
+
}
|
|
60054
|
+
}
|
|
60055
|
+
.e-step-error.e-step-text-only,
|
|
60056
|
+
.e-step-error.e-step-label-only {
|
|
60057
|
+
.e-step-validation-icon {
|
|
60058
|
+
color: $step-error-icon-only-color;
|
|
60059
|
+
}
|
|
60060
|
+
}
|
|
60061
|
+
.e-text,
|
|
60062
|
+
.e-label {
|
|
60063
|
+
color: $stepper-text-color;
|
|
60064
|
+
}
|
|
60065
|
+
.e-step-selected:not(.e-step-error),
|
|
60066
|
+
.e-step-completed:not(.e-step-error) {
|
|
60067
|
+
.e-text,
|
|
60068
|
+
.e-label {
|
|
60069
|
+
color: $step-completed-bg-color;
|
|
60070
|
+
}
|
|
60071
|
+
}
|
|
60072
|
+
.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
60073
|
+
background-color: $stepper-outline-color;
|
|
60074
|
+
}
|
|
60075
|
+
.e-step-text-container {
|
|
60076
|
+
background-color: $stepper-outline-color;
|
|
60077
|
+
border-color: transparent;
|
|
60078
|
+
}
|
|
60079
|
+
.e-step-disabled .e-indicator {
|
|
60080
|
+
background: $step-disabled-bg-color;
|
|
60081
|
+
color: $step-disabled-color;
|
|
60082
|
+
}
|
|
60083
|
+
.e-step-disabled .e-text,
|
|
60084
|
+
.e-step-disabled .e-label,
|
|
60085
|
+
.e-step-disabled .e-step-validation-icon {
|
|
60086
|
+
color: $step-disabled-font-color;
|
|
60087
|
+
}
|
|
60088
|
+
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
60089
|
+
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
60090
|
+
&.e-vertical .e-step-icon:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
60091
|
+
&.e-vertical.e-label-top .e-step-label-optional,
|
|
60092
|
+
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
60198
60093
|
background-color: $stepper-outline-color;
|
|
60199
60094
|
}
|
|
60200
|
-
|
|
60201
60095
|
.e-stepper-progressbar {
|
|
60202
60096
|
background-color: $step-progress-bg-color;
|
|
60203
|
-
|
|
60204
60097
|
>.e-progressbar-value {
|
|
60205
60098
|
background-color: $step-progress-value-bg-color;
|
|
60206
60099
|
}
|
|
60207
60100
|
}
|
|
60208
|
-
|
|
60209
|
-
&: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 {
|
|
60101
|
+
&:not(.e-steps-focus) .e-step-selected .e-step {
|
|
60210
60102
|
box-shadow: $step-selected-li-shadow;
|
|
60211
60103
|
}
|
|
60212
|
-
|
|
60213
|
-
.e-
|
|
60214
|
-
.e-
|
|
60215
|
-
.e-
|
|
60216
|
-
.e-
|
|
60217
|
-
&:not(.e-steps-focus) .e-
|
|
60218
|
-
&:not(.e-steps-focus) .e-
|
|
60219
|
-
|
|
60220
|
-
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
60104
|
+
.e-step-focus .e-step,
|
|
60105
|
+
.e-step-label-only.e-step-focus .e-label,
|
|
60106
|
+
.e-step-text-only.e-step-focus .e-text,
|
|
60107
|
+
.e-step-template.e-step-focus,
|
|
60108
|
+
&:not(.e-steps-focus) :focus-visible .e-step,
|
|
60109
|
+
&:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,
|
|
60110
|
+
&:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
60111
|
+
box-shadow: $step-keyboard-selected-li-shadow;
|
|
60221
60112
|
}
|
|
60222
60113
|
|
|
60223
|
-
&:not(.e-steps-focus) .e-
|
|
60224
|
-
.e-
|
|
60225
|
-
.e-
|
|
60226
|
-
.e-
|
|
60227
|
-
.e-
|
|
60114
|
+
&:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
60115
|
+
.e-step-valid.e-step-focus .e-step,
|
|
60116
|
+
.e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
60117
|
+
.e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
60118
|
+
.e-step-valid.e-step-template.e-step-focus {
|
|
60228
60119
|
box-shadow: $step-valid-li-shadow;
|
|
60229
60120
|
}
|
|
60230
60121
|
|
|
60231
|
-
&:not(.e-steps-focus) .e-
|
|
60232
|
-
.e-
|
|
60233
|
-
.e-
|
|
60234
|
-
.e-
|
|
60235
|
-
.e-
|
|
60122
|
+
&:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
60123
|
+
.e-step-error.e-step-focus .e-step,
|
|
60124
|
+
.e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
60125
|
+
.e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
60126
|
+
.e-step-error.e-step-template.e-step-focus {
|
|
60236
60127
|
box-shadow: $step-error-li-shadow;
|
|
60237
60128
|
}
|
|
60238
60129
|
|
|
60239
|
-
.e-
|
|
60240
|
-
.e-
|
|
60241
|
-
&.e-steps-focus .e-
|
|
60130
|
+
.e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
60131
|
+
.e-step-container:not(.e-step-focus).e-step-completed .e-step,
|
|
60132
|
+
&.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
60242
60133
|
box-shadow: $step-li-shadow;
|
|
60243
60134
|
}
|
|
60244
60135
|
|
|
60245
|
-
.e-
|
|
60246
|
-
.e-
|
|
60247
|
-
border-color: $step-hover-border-color
|
|
60136
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
60137
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
60138
|
+
border-color: $step-hover-border-color;
|
|
60248
60139
|
}
|
|
60249
60140
|
|
|
60250
|
-
.e-
|
|
60251
|
-
.e-
|
|
60252
|
-
border-color: $step-active-border-color
|
|
60141
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
60142
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
60143
|
+
border-color: $step-active-border-color;
|
|
60253
60144
|
}
|
|
60254
60145
|
|
|
60255
|
-
&:not(.e-step-type-label)
|
|
60256
|
-
|
|
60257
|
-
|
|
60146
|
+
&:not(.e-step-type-label) {
|
|
60147
|
+
.e-indicator:hover,
|
|
60148
|
+
.e-step:hover {
|
|
60149
|
+
color: $step-hover-text-color;
|
|
60150
|
+
background: $step-selected-hover-color;
|
|
60151
|
+
}
|
|
60258
60152
|
}
|
|
60259
60153
|
|
|
60260
|
-
&:not(.e-step-type-label) .e-
|
|
60261
|
-
&:not(.e-step-type-label) .e-
|
|
60262
|
-
|
|
60154
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
60155
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
60156
|
+
color: $step-hover-not-text-color;
|
|
60263
60157
|
}
|
|
60264
60158
|
|
|
60265
|
-
&:not(.e-step-type-label)
|
|
60266
|
-
|
|
60267
|
-
|
|
60268
|
-
|
|
60269
|
-
background: $step-selected-hover-color !important; /* stylelint-disable-line declaration-no-important */
|
|
60159
|
+
&:not(.e-step-type-label) {
|
|
60160
|
+
.e-step-selected .e-indicator:active,
|
|
60161
|
+
.e-step-selected .e-step:active {
|
|
60162
|
+
background: $step-selected-active-color;
|
|
60270
60163
|
}
|
|
60271
|
-
|
|
60272
|
-
|
|
60273
|
-
|
|
60274
|
-
background: $step-valid-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
60164
|
+
.e-step-valid.e-step-selected .e-indicator:active,
|
|
60165
|
+
.e-step-valid.e-step-selected .e-step:active {
|
|
60166
|
+
background: $step-valid-completed-bg-color;
|
|
60275
60167
|
}
|
|
60276
|
-
|
|
60277
|
-
|
|
60278
|
-
|
|
60279
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
60168
|
+
.e-step-error.e-step-selected .e-indicator:active,
|
|
60169
|
+
.e-step-error.e-step-selected .e-step:active {
|
|
60170
|
+
background: $step-error-completed-bg-color;
|
|
60280
60171
|
}
|
|
60281
60172
|
}
|
|
60282
60173
|
|
|
60283
|
-
&:not(.e-step-type-label) .e-
|
|
60284
|
-
&:not(.e-step-type-label) .e-
|
|
60285
|
-
|
|
60174
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
60175
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
60176
|
+
background: $step-hover-color;
|
|
60286
60177
|
}
|
|
60287
60178
|
|
|
60288
|
-
&:not(.e-step-type-label) .e-
|
|
60289
|
-
|
|
60290
|
-
|
|
60291
|
-
|
|
60292
|
-
|
|
60293
|
-
|
|
60294
|
-
|
|
60295
|
-
|
|
60179
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,
|
|
60180
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:active {
|
|
60181
|
+
background: $step-active-color;
|
|
60182
|
+
}
|
|
60183
|
+
|
|
60184
|
+
&:not(.e-step-type-label) {
|
|
60185
|
+
.e-step-valid .e-indicator:hover,
|
|
60186
|
+
.e-step-valid .e-step:hover {
|
|
60187
|
+
color: $step-hover-text-color;
|
|
60188
|
+
background: $step-valid-completed-bg-color;
|
|
60296
60189
|
}
|
|
60297
|
-
|
|
60298
|
-
|
|
60299
|
-
|
|
60190
|
+
.e-step-error .e-indicator:hover,
|
|
60191
|
+
.e-step-error .e-step:hover {
|
|
60192
|
+
color: $step-hover-text-color;
|
|
60193
|
+
background: $step-error-completed-bg-color;
|
|
60300
60194
|
}
|
|
60301
60195
|
}
|
|
60302
60196
|
}
|
|
@@ -83186,7 +83080,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83186
83080
|
text-align: left;
|
|
83187
83081
|
}
|
|
83188
83082
|
|
|
83189
|
-
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
83083
|
+
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
83190
83084
|
border-width: $grid-headercell-both-border-width;
|
|
83191
83085
|
}
|
|
83192
83086
|
|
|
@@ -83212,7 +83106,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83212
83106
|
border-right-width: 1px;
|
|
83213
83107
|
}
|
|
83214
83108
|
|
|
83215
|
-
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
83109
|
+
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
83216
83110
|
border-width: $grid-rtl-headercell-both-border-width;
|
|
83217
83111
|
}
|
|
83218
83112
|
|
|
@@ -85097,6 +84991,14 @@ margin: $grid-group-animator-cell-margin;
|
|
|
85097
84991
|
border-top: 1px solid $grid-header-border-color;
|
|
85098
84992
|
}
|
|
85099
84993
|
|
|
84994
|
+
.e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
|
|
84995
|
+
border-top: 0 solid $grid-header-border-color;
|
|
84996
|
+
}
|
|
84997
|
+
|
|
84998
|
+
.e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
|
|
84999
|
+
border-bottom: 0;
|
|
85000
|
+
}
|
|
85001
|
+
|
|
85100
85002
|
.e-ccdlg {
|
|
85101
85003
|
.e-footer-content {
|
|
85102
85004
|
border-color: $grid-columnchooser-footer-border-color;
|
|
@@ -89787,7 +89689,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
89787
89689
|
|
|
89788
89690
|
//Focus state for Normal and Outline GroupButton
|
|
89789
89691
|
.e-btn:focus,
|
|
89790
|
-
input:focus+label.e-btn {
|
|
89692
|
+
input:focus-visible+label.e-btn {
|
|
89791
89693
|
@include button-focus;
|
|
89792
89694
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
89793
89695
|
box-shadow: none;
|