@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/fabric.scss
CHANGED
|
@@ -57548,12 +57548,11 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57548
57548
|
.e-stepper {
|
|
57549
57549
|
position: relative;
|
|
57550
57550
|
&.e-stepper-readonly,
|
|
57551
|
-
.e-
|
|
57551
|
+
.e-step-disabled {
|
|
57552
57552
|
cursor: default;
|
|
57553
57553
|
pointer-events: none;
|
|
57554
57554
|
}
|
|
57555
|
-
|
|
57556
|
-
&.e-step-type-indicator .e-stepper-steps .e-step-container {
|
|
57555
|
+
&.e-step-type-indicator .e-step-container {
|
|
57557
57556
|
&:not(.e-step-icon.e-step-label.e-step-text) {
|
|
57558
57557
|
.e-icons.e-step-indicator {
|
|
57559
57558
|
font-size: $stepper-step-width;
|
|
@@ -57566,12 +57565,12 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57566
57565
|
}
|
|
57567
57566
|
|
|
57568
57567
|
//For Blazor Stepper Tooltip
|
|
57569
|
-
.e-
|
|
57570
|
-
&.e-vertical.e-label-after .e-
|
|
57571
|
-
&.e-vertical.e-label-before .e-
|
|
57568
|
+
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
57569
|
+
&.e-vertical.e-label-after .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
57570
|
+
&.e-vertical.e-label-before .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
57572
57571
|
position: relative;
|
|
57573
57572
|
}
|
|
57574
|
-
&.e-horizontal .e-
|
|
57573
|
+
&.e-horizontal .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
57575
57574
|
position: unset;
|
|
57576
57575
|
}
|
|
57577
57576
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -57596,15 +57595,14 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57596
57595
|
top: -6px;
|
|
57597
57596
|
}
|
|
57598
57597
|
}
|
|
57599
|
-
.e-
|
|
57598
|
+
.e-step-icon.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
57600
57599
|
left: unset;
|
|
57601
57600
|
top: 0;
|
|
57602
57601
|
transform: translate(0%, -135%);
|
|
57603
57602
|
}
|
|
57604
|
-
&.e-step-type-indicator .e-
|
|
57603
|
+
&.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
57605
57604
|
transform: translate(-50%, -115%);
|
|
57606
57605
|
}
|
|
57607
|
-
|
|
57608
57606
|
.e-stepper-steps {
|
|
57609
57607
|
display: flex;
|
|
57610
57608
|
padding: 0;
|
|
@@ -57612,124 +57610,170 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57612
57610
|
justify-content: space-between;
|
|
57613
57611
|
position: relative;
|
|
57614
57612
|
align-items: flex-start;
|
|
57615
|
-
.e-step-container
|
|
57616
|
-
|
|
57617
|
-
|
|
57618
|
-
|
|
57619
|
-
|
|
57620
|
-
|
|
57621
|
-
|
|
57622
|
-
|
|
57623
|
-
|
|
57624
|
-
|
|
57625
|
-
|
|
57626
|
-
|
|
57627
|
-
|
|
57628
|
-
|
|
57629
|
-
|
|
57630
|
-
|
|
57631
|
-
|
|
57632
|
-
|
|
57613
|
+
.e-step-container,
|
|
57614
|
+
.e-step,
|
|
57615
|
+
.e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
57616
|
+
.e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
57617
|
+
.e-step-label-container {
|
|
57618
|
+
display: flex;
|
|
57619
|
+
align-items: center;
|
|
57620
|
+
justify-content: center;
|
|
57621
|
+
}
|
|
57622
|
+
}
|
|
57623
|
+
.e-step-container {
|
|
57624
|
+
max-width: var(--max-width);
|
|
57625
|
+
list-style-type: none;
|
|
57626
|
+
cursor: pointer;
|
|
57627
|
+
text-align: center;
|
|
57628
|
+
.e-step-label-container,
|
|
57629
|
+
.e-step-text-container {
|
|
57630
|
+
max-width: clamp(100%, 10em, 100%);
|
|
57631
|
+
white-space: nowrap;
|
|
57632
|
+
}
|
|
57633
|
+
.e-step-label-optional {
|
|
57634
|
+
font-size: $stepper-optional-size;
|
|
57635
|
+
flex-basis: 100%;
|
|
57636
|
+
}
|
|
57637
|
+
.e-step-optional-container {
|
|
57638
|
+
display: flex;
|
|
57639
|
+
flex-direction: column;
|
|
57640
|
+
}
|
|
57641
|
+
.e-step-content {
|
|
57642
|
+
font-size: $stepper-icon-size;
|
|
57643
|
+
line-height: 0;
|
|
57644
|
+
}
|
|
57645
|
+
.e-indicator {
|
|
57646
|
+
font-size: $stepper-icon-size;
|
|
57647
|
+
}
|
|
57648
|
+
&:not(.e-step-text-only) > .e-step-text-container {
|
|
57649
|
+
padding: $stepper-icon-text-padding;
|
|
57650
|
+
}
|
|
57651
|
+
&.e-step-text-only .e-step-text-container,
|
|
57652
|
+
&.e-step-label-only .e-step-label-container {
|
|
57653
|
+
padding: $stepper-text-padding;
|
|
57654
|
+
padding-block: 5px;
|
|
57655
|
+
}
|
|
57656
|
+
&.e-step-text-only.e-step-error .e-step-text-container,
|
|
57657
|
+
&.e-step-text-only.e-step-valid .e-step-text-container,
|
|
57658
|
+
&.e-step-label-only.e-step-error .e-step-label-container,
|
|
57659
|
+
&.e-step-label-only.e-step-valid .e-step-label-container {
|
|
57660
|
+
flex-direction: column;
|
|
57661
|
+
.e-step-validation-icon {
|
|
57662
|
+
position: relative;
|
|
57663
|
+
top: $stepper-validation-position;
|
|
57633
57664
|
}
|
|
57634
57665
|
}
|
|
57666
|
+
.e-step-label-container,
|
|
57667
|
+
.e-step-text-container {
|
|
57668
|
+
font-size: $stepper-text-size;
|
|
57669
|
+
}
|
|
57670
|
+
.e-step,
|
|
57671
|
+
.e-indicator {
|
|
57672
|
+
border-radius: $stepper-step-radius;
|
|
57673
|
+
min-width: $stepper-step-width;
|
|
57674
|
+
min-height: $stepper-step-width;
|
|
57675
|
+
}
|
|
57676
|
+
}
|
|
57677
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
57678
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator {
|
|
57679
|
+
border: $step-border;
|
|
57635
57680
|
}
|
|
57636
|
-
|
|
57637
57681
|
&.e-horizontal {
|
|
57638
57682
|
display: block;
|
|
57639
57683
|
.e-stepper-steps {
|
|
57640
57684
|
flex-direction: row;
|
|
57641
57685
|
}
|
|
57642
|
-
|
|
57643
57686
|
&.e-label-before,
|
|
57644
57687
|
&.e-label-after {
|
|
57645
|
-
&:has(.e-
|
|
57688
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
57646
57689
|
margin-left: var(--progress-left-position);
|
|
57647
57690
|
top: var(--progress-top-position);
|
|
57648
57691
|
width: var(--progress-bar-width);
|
|
57649
57692
|
}
|
|
57650
57693
|
}
|
|
57651
|
-
|
|
57652
57694
|
&.e-label-before.e-rtl,
|
|
57653
57695
|
&.e-label-after.e-rtl {
|
|
57654
|
-
&:has(.e-
|
|
57696
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
57655
57697
|
margin-right: var(--progress-left-position);
|
|
57656
57698
|
margin-left: unset;
|
|
57657
57699
|
}
|
|
57658
57700
|
}
|
|
57659
|
-
|
|
57660
|
-
|
|
57661
|
-
&.e-horizontal .e-stepper-steps .e-step-container {
|
|
57662
|
-
&.e-step-icon.e-step-label {
|
|
57701
|
+
.e-step-icon.e-step-label {
|
|
57663
57702
|
gap: 1em;
|
|
57703
|
+
flex-direction: column;
|
|
57664
57704
|
}
|
|
57665
|
-
|
|
57666
|
-
&.e-step-icon.e-step-label .e-step-label-container {
|
|
57705
|
+
.e-step-icon.e-step-label .e-step-label-container {
|
|
57667
57706
|
position: relative;
|
|
57668
57707
|
&.e-label-before {
|
|
57669
57708
|
order: -1;
|
|
57670
57709
|
}
|
|
57671
57710
|
}
|
|
57672
|
-
|
|
57673
|
-
|
|
57674
|
-
&.e-step-icon.e-step-label {
|
|
57675
|
-
flex-direction: column;
|
|
57711
|
+
&.e-label-start .e-step-text-container {
|
|
57712
|
+
order: $stepper-label-order;
|
|
57676
57713
|
}
|
|
57677
|
-
|
|
57678
|
-
|
|
57679
|
-
|
|
57680
|
-
|
|
57681
|
-
}
|
|
57682
|
-
|
|
57683
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57684
|
-
position: absolute;
|
|
57685
|
-
top: 2.5em;
|
|
57686
|
-
margin-left: 2.5em;
|
|
57687
|
-
}
|
|
57688
|
-
|
|
57689
|
-
&.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,
|
|
57690
|
-
&.e-horizontal.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57691
|
-
margin-right: 2.5em;
|
|
57692
|
-
margin-left: unset;
|
|
57693
|
-
}
|
|
57694
|
-
|
|
57695
|
-
&.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 {
|
|
57696
|
-
margin-right: unset;
|
|
57697
|
-
margin-left: 2.5em;
|
|
57698
|
-
}
|
|
57699
|
-
|
|
57700
|
-
&.e-horizontal.e-label-before .e-stepper-steps {
|
|
57701
|
-
&:has(.e-step-label-optional) {
|
|
57702
|
-
align-items: flex-end;
|
|
57714
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57715
|
+
position: absolute;
|
|
57716
|
+
top: 2.5em;
|
|
57717
|
+
margin-left: 2.5em;
|
|
57703
57718
|
}
|
|
57704
|
-
|
|
57705
|
-
|
|
57706
|
-
|
|
57719
|
+
&.e-label-start .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
57720
|
+
&.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57721
|
+
margin-right: 2.5em;
|
|
57722
|
+
margin-left: unset;
|
|
57723
|
+
}
|
|
57724
|
+
&.e-label-start.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57725
|
+
margin-right: unset;
|
|
57726
|
+
margin-left: 2.5em;
|
|
57727
|
+
}
|
|
57728
|
+
&.e-label-before .e-stepper-steps {
|
|
57729
|
+
&:has(.e-step-label-optional) {
|
|
57730
|
+
align-items: flex-end;
|
|
57731
|
+
}
|
|
57732
|
+
.e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
57733
|
+
flex-direction: column;
|
|
57734
|
+
gap: .5em;
|
|
57735
|
+
}
|
|
57736
|
+
}
|
|
57737
|
+
.e-text,
|
|
57738
|
+
.e-label,
|
|
57739
|
+
.e-step-label-optional {
|
|
57740
|
+
text-overflow: ellipsis;
|
|
57741
|
+
overflow: hidden;
|
|
57742
|
+
}
|
|
57743
|
+
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
57744
|
+
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
57745
|
+
.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
57746
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
57747
|
+
flex-wrap: wrap;
|
|
57748
|
+
}
|
|
57749
|
+
&.e-step-type-indicator .e-step-container {
|
|
57750
|
+
flex-wrap: wrap;
|
|
57751
|
+
}
|
|
57752
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
57753
|
+
margin-top: .5em;
|
|
57754
|
+
}
|
|
57755
|
+
&.e-label-after .e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
57756
|
+
margin-top: .2em;
|
|
57707
57757
|
}
|
|
57708
57758
|
}
|
|
57709
|
-
|
|
57710
57759
|
&.e-vertical {
|
|
57711
57760
|
min-height: inherit;
|
|
57712
57761
|
display: inline-block;
|
|
57713
|
-
|
|
57714
|
-
.e-
|
|
57715
|
-
.e-stepper-steps .e-step-container.e-step-template {
|
|
57762
|
+
.e-step-label.e-step-label-only,
|
|
57763
|
+
.e-step-template {
|
|
57716
57764
|
position: relative;
|
|
57717
57765
|
}
|
|
57718
|
-
|
|
57719
|
-
&:not(.e-label-top):not(.e-label-bottom) .e-stepper-steps .e-step-container .e-step-label-optional {
|
|
57766
|
+
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
57720
57767
|
position: absolute;
|
|
57721
57768
|
}
|
|
57722
|
-
|
|
57723
|
-
&: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 {
|
|
57769
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57724
57770
|
margin-top: $stepper-label-optional;
|
|
57725
57771
|
margin-left: 4em;
|
|
57726
57772
|
}
|
|
57727
|
-
|
|
57728
|
-
&.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 {
|
|
57773
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57729
57774
|
margin-left: unset;
|
|
57730
57775
|
margin-right: 4em;
|
|
57731
57776
|
}
|
|
57732
|
-
|
|
57733
57777
|
.e-stepper-steps {
|
|
57734
57778
|
flex-direction: column;
|
|
57735
57779
|
min-height: inherit;
|
|
@@ -57738,49 +57782,42 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57738
57782
|
margin: $stepper-ol-padding;
|
|
57739
57783
|
justify-content: space-between;
|
|
57740
57784
|
}
|
|
57741
|
-
|
|
57742
57785
|
&.e-rtl .e-stepper-steps {
|
|
57743
57786
|
float: right;
|
|
57744
57787
|
}
|
|
57745
|
-
|
|
57746
|
-
.e-stepper-steps:has(.e-step-
|
|
57747
|
-
.e-stepper-steps:has(.e-step-
|
|
57748
|
-
.e-stepper-steps:has(.e-step-
|
|
57749
|
-
&.e-label-after .e-stepper-steps:has(.e-step-container.e-step-label.e-step-text:not(.e-step-icon)),
|
|
57788
|
+
.e-stepper-steps:has(.e-step-icon:not(.e-step-text):not(.e-step-label)),
|
|
57789
|
+
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
57790
|
+
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
57791
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-icon)),
|
|
57750
57792
|
&.e-step-type-indicator .e-stepper-steps {
|
|
57751
57793
|
align-items: center;
|
|
57752
57794
|
}
|
|
57753
|
-
|
|
57754
|
-
.e-
|
|
57755
|
-
.e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
57795
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
57796
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
57756
57797
|
margin-left: $stepper-text-postion;
|
|
57757
57798
|
}
|
|
57758
|
-
|
|
57759
57799
|
&.e-rtl {
|
|
57760
|
-
.e-
|
|
57761
|
-
.e-
|
|
57800
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
57801
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
57762
57802
|
margin-left: unset;
|
|
57763
57803
|
margin-right: $stepper-text-postion;
|
|
57764
57804
|
}
|
|
57765
57805
|
}
|
|
57766
|
-
|
|
57767
|
-
|
|
57768
|
-
|
|
57769
|
-
.e-
|
|
57770
|
-
.e-stepper-steps .e-step-container.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
57806
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
57807
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
57808
|
+
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
57809
|
+
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
57771
57810
|
flex-direction: column;
|
|
57772
57811
|
.e-step-label-optional {
|
|
57773
57812
|
position: unset;
|
|
57774
57813
|
}
|
|
57775
57814
|
}
|
|
57776
|
-
|
|
57777
|
-
|
|
57778
|
-
&.e-label-before .e-stepper-steps .e-step-container .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
57815
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
57816
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
57779
57817
|
gap: .5em;
|
|
57780
57818
|
}
|
|
57781
|
-
|
|
57782
|
-
&.e-label-
|
|
57783
|
-
&.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label {
|
|
57819
|
+
&.e-label-before .e-step-icon.e-step-label,
|
|
57820
|
+
&.e-label-after .e-step-icon.e-step-label {
|
|
57784
57821
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
57785
57822
|
flex-direction: column;
|
|
57786
57823
|
.e-label {
|
|
@@ -57791,43 +57828,37 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57791
57828
|
position: unset;
|
|
57792
57829
|
}
|
|
57793
57830
|
}
|
|
57794
|
-
|
|
57795
|
-
.e-stepper-steps .e-step-container {
|
|
57831
|
+
.e-step-container {
|
|
57796
57832
|
&.e-step-label.e-step-text:not(.e-step-icon) .e-step-label-container.e-label-after {
|
|
57797
57833
|
position: absolute;
|
|
57798
57834
|
.e-step-label-optional {
|
|
57799
57835
|
left: $stepper-ol-padding;
|
|
57800
57836
|
}
|
|
57801
57837
|
}
|
|
57802
|
-
|
|
57803
57838
|
.e-step-label-container.e-label-after {
|
|
57804
57839
|
.e-step-label-optional {
|
|
57805
57840
|
font-size: $stepper-optional-size;
|
|
57806
57841
|
}
|
|
57807
57842
|
}
|
|
57808
|
-
|
|
57809
57843
|
.e-step-label-container.e-label-before .e-label {
|
|
57810
57844
|
width: var(--label-width);
|
|
57811
57845
|
}
|
|
57812
|
-
|
|
57813
57846
|
&:not(.e-step-text-only) .e-step-text-container {
|
|
57814
57847
|
border: none;
|
|
57815
57848
|
border-radius: unset;
|
|
57816
57849
|
padding: $stepper-text-vert-padding;
|
|
57817
57850
|
}
|
|
57818
|
-
|
|
57819
|
-
&.e-step-
|
|
57820
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
57851
|
+
&.e-step-text-only .e-step-text-container,
|
|
57852
|
+
&.e-step-label-only .e-step-label-container {
|
|
57821
57853
|
position: unset;
|
|
57822
57854
|
}
|
|
57823
57855
|
}
|
|
57824
57856
|
&.e-label-top {
|
|
57825
|
-
.e-
|
|
57857
|
+
.e-step-label-optional {
|
|
57826
57858
|
padding-bottom: 6px;
|
|
57827
57859
|
}
|
|
57828
57860
|
}
|
|
57829
57861
|
}
|
|
57830
|
-
|
|
57831
57862
|
&.e-vertical.e-label-top,
|
|
57832
57863
|
&.e-vertical.e-label-bottom {
|
|
57833
57864
|
.e-stepper-steps {
|
|
@@ -57835,98 +57866,17 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57835
57866
|
.e-step-container {
|
|
57836
57867
|
flex-direction: column;
|
|
57837
57868
|
.e-step-text-container {
|
|
57838
|
-
margin-left: $stepper-ol-padding
|
|
57869
|
+
margin-left: $stepper-ol-padding;
|
|
57839
57870
|
}
|
|
57840
57871
|
}
|
|
57841
57872
|
}
|
|
57842
57873
|
}
|
|
57843
|
-
|
|
57844
|
-
&.e-vertical.e-label-top .e-stepper-steps .e-step-container {
|
|
57874
|
+
&.e-vertical.e-label-top .e-step-container {
|
|
57845
57875
|
.e-step-label-optional,
|
|
57846
57876
|
.e-step-text-container {
|
|
57847
57877
|
order: $stepper-label-order;
|
|
57848
57878
|
}
|
|
57849
57879
|
}
|
|
57850
|
-
.e-stepper-steps {
|
|
57851
|
-
.e-step-container,
|
|
57852
|
-
.e-step-container .e-step,
|
|
57853
|
-
.e-step-container.e-step-valid.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
57854
|
-
.e-step-container.e-step-error.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
57855
|
-
.e-step-container .e-step-label-container {
|
|
57856
|
-
display: flex;
|
|
57857
|
-
align-items: center;
|
|
57858
|
-
justify-content: center;
|
|
57859
|
-
}
|
|
57860
|
-
}
|
|
57861
|
-
|
|
57862
|
-
&.e-horizontal {
|
|
57863
|
-
.e-stepper-steps {
|
|
57864
|
-
.e-step-container.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
57865
|
-
.e-step-container.e-step-label.e-step-label-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
57866
|
-
.e-step-container.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
57867
|
-
.e-step-container .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
57868
|
-
flex-wrap: wrap;
|
|
57869
|
-
}
|
|
57870
|
-
}
|
|
57871
|
-
&.e-step-type-indicator .e-step-container {
|
|
57872
|
-
flex-wrap: wrap;
|
|
57873
|
-
}
|
|
57874
|
-
}
|
|
57875
|
-
|
|
57876
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
57877
|
-
margin-top: .5em;
|
|
57878
|
-
}
|
|
57879
|
-
|
|
57880
|
-
&.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 {
|
|
57881
|
-
margin-top: .2em;
|
|
57882
|
-
}
|
|
57883
|
-
|
|
57884
|
-
.e-stepper-steps .e-step-container {
|
|
57885
|
-
list-style-type: none;
|
|
57886
|
-
cursor: pointer;
|
|
57887
|
-
text-align: center;
|
|
57888
|
-
|
|
57889
|
-
.e-step-content {
|
|
57890
|
-
font-size: $stepper-icon-size;
|
|
57891
|
-
line-height: 0;
|
|
57892
|
-
}
|
|
57893
|
-
|
|
57894
|
-
.e-indicator {
|
|
57895
|
-
font-size: $stepper-icon-size;
|
|
57896
|
-
}
|
|
57897
|
-
|
|
57898
|
-
&:not(.e-step-text-only) > .e-step-text-container {
|
|
57899
|
-
padding: $stepper-icon-text-padding;
|
|
57900
|
-
}
|
|
57901
|
-
|
|
57902
|
-
&.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
57903
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
57904
|
-
padding: $stepper-text-padding;
|
|
57905
|
-
padding-block: 5px;
|
|
57906
|
-
}
|
|
57907
|
-
|
|
57908
|
-
&.e-step-text-only.e-step-error:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
57909
|
-
&.e-step-text-only.e-step-valid:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
57910
|
-
&.e-step-label-only.e-step-error:not(.e-step-icon.e-step-text) .e-step-label-container,
|
|
57911
|
-
&.e-step-label-only.e-step-valid:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
57912
|
-
flex-direction: column;
|
|
57913
|
-
.e-step-validation-icon {
|
|
57914
|
-
position: relative;
|
|
57915
|
-
top: $stepper-validation-position;
|
|
57916
|
-
}
|
|
57917
|
-
}
|
|
57918
|
-
.e-step-label-container,
|
|
57919
|
-
.e-step-text-container {
|
|
57920
|
-
font-size: $stepper-text-size;
|
|
57921
|
-
}
|
|
57922
|
-
.e-step,
|
|
57923
|
-
.e-indicator {
|
|
57924
|
-
border-radius: $stepper-step-radius;
|
|
57925
|
-
min-width: $stepper-step-width;
|
|
57926
|
-
min-height: $stepper-step-width;
|
|
57927
|
-
}
|
|
57928
|
-
}
|
|
57929
|
-
|
|
57930
57880
|
.e-stepper-progressbar {
|
|
57931
57881
|
height: $stepper-progress-bar-height;
|
|
57932
57882
|
position: absolute;
|
|
@@ -57941,7 +57891,6 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57941
57891
|
transition-delay: var(--delay);
|
|
57942
57892
|
}
|
|
57943
57893
|
}
|
|
57944
|
-
|
|
57945
57894
|
&.e-vertical .e-stepper-progressbar {
|
|
57946
57895
|
min-height: inherit;
|
|
57947
57896
|
width: $stepper-progress-bar-height;
|
|
@@ -57954,40 +57903,26 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57954
57903
|
transition-property: height;
|
|
57955
57904
|
}
|
|
57956
57905
|
}
|
|
57957
|
-
|
|
57958
57906
|
&.e-vertical.e-rtl .e-stepper-progressbar {
|
|
57959
57907
|
right: var(--progress-position);
|
|
57960
57908
|
left: unset;
|
|
57961
57909
|
}
|
|
57962
|
-
|
|
57963
|
-
|
|
57964
|
-
.e-stepper-steps .e-step-container.e-step-focus .e-indicator {
|
|
57910
|
+
&:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
|
|
57911
|
+
.e-step-focus .e-indicator {
|
|
57965
57912
|
z-index: 0;
|
|
57966
57913
|
}
|
|
57967
|
-
|
|
57968
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
57914
|
+
.e-step-template.e-step-focus {
|
|
57969
57915
|
outline: $stepper-temp-outline-width;
|
|
57970
57916
|
}
|
|
57971
57917
|
}
|
|
57972
|
-
|
|
57973
57918
|
.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip {
|
|
57974
57919
|
.e-arrow-tip.e-tip-bottom {
|
|
57975
57920
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
57976
57921
|
}
|
|
57977
57922
|
}
|
|
57978
|
-
|
|
57979
|
-
.e-stepper.e-horizontal .e-stepper-steps .e-step-container {
|
|
57980
|
-
.e-text,
|
|
57981
|
-
.e-label,
|
|
57982
|
-
.e-step-label-optional {
|
|
57983
|
-
text-overflow: ellipsis;
|
|
57984
|
-
overflow: hidden;
|
|
57985
|
-
}
|
|
57986
|
-
}
|
|
57987
|
-
|
|
57988
57923
|
.e-small.e-stepper,
|
|
57989
57924
|
.e-small .e-stepper {
|
|
57990
|
-
&.e-step-type-indicator .e-
|
|
57925
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
57991
57926
|
.e-icons.e-step-indicator {
|
|
57992
57927
|
font-size: $stepper-small-step-width;
|
|
57993
57928
|
}
|
|
@@ -57996,39 +57931,33 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
57996
57931
|
height: $stepper-small-step-width;
|
|
57997
57932
|
}
|
|
57998
57933
|
}
|
|
57999
|
-
|
|
58000
|
-
.e-stepper-steps .e-step-container {
|
|
57934
|
+
.e-step-container {
|
|
58001
57935
|
.e-step,
|
|
58002
57936
|
.e-indicator {
|
|
58003
57937
|
min-width: $stepper-small-step-width;
|
|
58004
57938
|
min-height: $stepper-small-step-width;
|
|
58005
57939
|
}
|
|
58006
|
-
|
|
58007
57940
|
.e-indicator {
|
|
58008
57941
|
font-size: $stepper-small-icon-size;
|
|
58009
57942
|
}
|
|
58010
|
-
|
|
58011
57943
|
.e-step-text-container,
|
|
58012
57944
|
.e-step-label-container {
|
|
58013
57945
|
font-size: $stepper-small-text-size;
|
|
58014
57946
|
}
|
|
58015
|
-
|
|
58016
57947
|
.e-step-content {
|
|
58017
57948
|
font-size: $stepper-small-icon-size;
|
|
58018
57949
|
}
|
|
58019
|
-
|
|
58020
57950
|
.e-step-label-optional {
|
|
58021
57951
|
font-size: $stepper-small-optional-size;
|
|
58022
57952
|
}
|
|
58023
57953
|
}
|
|
58024
|
-
&.e-vertical .e-
|
|
57954
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58025
57955
|
font-size: $stepper-small-optional-size;
|
|
58026
57956
|
}
|
|
58027
57957
|
}
|
|
58028
|
-
|
|
58029
57958
|
.e-bigger.e-stepper,
|
|
58030
57959
|
.e-bigger .e-stepper {
|
|
58031
|
-
&.e-step-type-indicator .e-
|
|
57960
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58032
57961
|
.e-icons.e-step-indicator {
|
|
58033
57962
|
font-size: $stepper-bigger-step-width;
|
|
58034
57963
|
}
|
|
@@ -58037,32 +57966,27 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
58037
57966
|
height: $stepper-bigger-step-width;
|
|
58038
57967
|
}
|
|
58039
57968
|
}
|
|
58040
|
-
|
|
58041
|
-
.e-stepper-steps .e-step-container {
|
|
57969
|
+
.e-step-container {
|
|
58042
57970
|
.e-step,
|
|
58043
57971
|
.e-indicator {
|
|
58044
57972
|
min-width: $stepper-bigger-step-width;
|
|
58045
57973
|
min-height: $stepper-bigger-step-width;
|
|
58046
57974
|
}
|
|
58047
|
-
|
|
58048
57975
|
.e-indicator {
|
|
58049
57976
|
font-size: $stepper-bigger-icon-size;
|
|
58050
57977
|
}
|
|
58051
|
-
|
|
58052
57978
|
.e-step-text-container,
|
|
58053
57979
|
.e-step-label-container {
|
|
58054
57980
|
font-size: $stepper-bigger-text-size;
|
|
58055
57981
|
}
|
|
58056
|
-
|
|
58057
57982
|
.e-step-content {
|
|
58058
57983
|
font-size: $stepper-bigger-icon-size;
|
|
58059
57984
|
}
|
|
58060
|
-
|
|
58061
57985
|
.e-step-label-optional {
|
|
58062
57986
|
font-size: $stepper-bigger-optional-size;
|
|
58063
57987
|
}
|
|
58064
57988
|
}
|
|
58065
|
-
&.e-vertical .e-
|
|
57989
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58066
57990
|
font-size: $stepper-bigger-optional-size;
|
|
58067
57991
|
}
|
|
58068
57992
|
}
|
|
@@ -58071,7 +57995,7 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
58071
57995
|
.e-bigger.e-small .e-stepper,
|
|
58072
57996
|
.e-bigger .e-small.e-stepper,
|
|
58073
57997
|
.e-small .e-bigger.e-stepper {
|
|
58074
|
-
&.e-step-type-indicator .e-
|
|
57998
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58075
57999
|
.e-icons.e-step-indicator {
|
|
58076
58000
|
font-size: $stepper-bigger-small-step-width;
|
|
58077
58001
|
}
|
|
@@ -58080,31 +58004,27 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
58080
58004
|
height: $stepper-bigger-small-step-width;
|
|
58081
58005
|
}
|
|
58082
58006
|
}
|
|
58083
|
-
|
|
58084
|
-
.e-stepper-steps .e-step-container {
|
|
58007
|
+
.e-step-container {
|
|
58085
58008
|
.e-step,
|
|
58086
58009
|
.e-indicator {
|
|
58087
58010
|
min-width: $stepper-bigger-small-step-width;
|
|
58088
58011
|
min-height: $stepper-bigger-small-step-width;
|
|
58089
58012
|
}
|
|
58090
|
-
|
|
58091
58013
|
.e-indicator {
|
|
58092
58014
|
font-size: $stepper-bigger-small-icon-size;
|
|
58093
58015
|
}
|
|
58094
|
-
|
|
58095
58016
|
.e-step-text-container,
|
|
58096
|
-
.e-step-label-container{
|
|
58017
|
+
.e-step-label-container {
|
|
58097
58018
|
font-size: $stepper-bigger-small-text-size;
|
|
58098
58019
|
}
|
|
58099
58020
|
.e-step-content {
|
|
58100
58021
|
font-size: $stepper-bigger-small-icon-size;
|
|
58101
58022
|
}
|
|
58102
|
-
|
|
58103
58023
|
.e-step-label-optional {
|
|
58104
58024
|
font-size: $stepper-bigger-small-optional-size;
|
|
58105
58025
|
}
|
|
58106
58026
|
}
|
|
58107
|
-
&.e-vertical .e-
|
|
58027
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58108
58028
|
font-size: $stepper-bigger-small-optional-size;
|
|
58109
58029
|
}
|
|
58110
58030
|
}
|
|
@@ -58113,229 +58033,203 @@ $step-selected-active-color: $theme-dark !default;
|
|
|
58113
58033
|
|
|
58114
58034
|
@include export-module('stepper-theme') {
|
|
58115
58035
|
.e-stepper {
|
|
58116
|
-
.e-
|
|
58117
|
-
|
|
58118
|
-
|
|
58119
|
-
|
|
58120
|
-
|
|
58121
|
-
|
|
58122
|
-
|
|
58123
|
-
|
|
58124
|
-
|
|
58125
|
-
|
|
58126
|
-
|
|
58127
|
-
|
|
58128
|
-
|
|
58129
|
-
|
|
58130
|
-
|
|
58131
|
-
|
|
58132
|
-
|
|
58133
|
-
|
|
58134
|
-
|
|
58135
|
-
|
|
58136
|
-
|
|
58137
|
-
|
|
58138
|
-
|
|
58139
|
-
|
|
58140
|
-
|
|
58141
|
-
|
|
58142
|
-
|
|
58143
|
-
|
|
58144
|
-
|
|
58145
|
-
|
|
58146
|
-
|
|
58147
|
-
|
|
58148
|
-
|
|
58149
|
-
|
|
58150
|
-
|
|
58151
|
-
|
|
58152
|
-
|
|
58153
|
-
|
|
58154
|
-
|
|
58155
|
-
|
|
58156
|
-
.e-indicator {
|
|
58157
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58158
|
-
color: $step-error-icon-color;
|
|
58159
|
-
}
|
|
58160
|
-
|
|
58161
|
-
.e-text,
|
|
58162
|
-
.e-label {
|
|
58163
|
-
color: $step-error-completed-color;
|
|
58164
|
-
}
|
|
58165
|
-
}
|
|
58166
|
-
|
|
58167
|
-
&.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58168
|
-
&.e-step-error .e-indicator:hover {
|
|
58169
|
-
color: $step-color;
|
|
58170
|
-
}
|
|
58171
|
-
|
|
58172
|
-
&.e-step-selected {
|
|
58173
|
-
.e-text,
|
|
58174
|
-
.e-label {
|
|
58175
|
-
font-weight: $stepper-font-weight;
|
|
58176
|
-
}
|
|
58177
|
-
}
|
|
58178
|
-
|
|
58179
|
-
&.e-step-valid.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58180
|
-
&.e-step-valid.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58181
|
-
.e-step-validation-icon {
|
|
58182
|
-
color: $step-valid-icon-only-color;
|
|
58183
|
-
}
|
|
58184
|
-
}
|
|
58185
|
-
|
|
58186
|
-
&.e-step-error.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58187
|
-
&.e-step-error.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58188
|
-
.e-step-validation-icon {
|
|
58189
|
-
color: $step-error-icon-only-color;
|
|
58190
|
-
}
|
|
58191
|
-
}
|
|
58192
|
-
|
|
58193
|
-
.e-text,
|
|
58194
|
-
.e-label {
|
|
58195
|
-
color: $stepper-text-color;
|
|
58196
|
-
}
|
|
58197
|
-
|
|
58198
|
-
&.e-step-selected:not(.e-step-error),
|
|
58199
|
-
&.e-step-completed:not(.e-step-error) {
|
|
58200
|
-
.e-text,
|
|
58201
|
-
.e-label {
|
|
58202
|
-
color: $step-completed-bg-color;
|
|
58203
|
-
}
|
|
58204
|
-
}
|
|
58205
|
-
|
|
58206
|
-
&.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58207
|
-
background-color: $stepper-outline-color;
|
|
58208
|
-
}
|
|
58209
|
-
|
|
58210
|
-
.e-step-text-container {
|
|
58211
|
-
background-color: $stepper-outline-color;
|
|
58212
|
-
border-color: transparent;
|
|
58213
|
-
}
|
|
58214
|
-
|
|
58215
|
-
&.e-step-selected .e-indicator {
|
|
58216
|
-
background: $step-completed-bg-color;
|
|
58217
|
-
}
|
|
58218
|
-
|
|
58219
|
-
&.e-step-disabled .e-indicator {
|
|
58220
|
-
background: $step-disabled-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58221
|
-
color: $step-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58222
|
-
}
|
|
58223
|
-
|
|
58224
|
-
&.e-step-disabled .e-text,
|
|
58225
|
-
&.e-step-disabled .e-label,
|
|
58226
|
-
&.e-step-disabled .e-step-validation-icon {
|
|
58227
|
-
color: $step-disabled-font-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58228
|
-
}
|
|
58036
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58037
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
58038
|
+
.e-step-notstarted .e-icons.e-step-indicator {
|
|
58039
|
+
border-color: $step-border-color;
|
|
58040
|
+
}
|
|
58041
|
+
.e-step-label-optional {
|
|
58042
|
+
color: $step-optional-color;
|
|
58043
|
+
}
|
|
58044
|
+
.e-step,
|
|
58045
|
+
.e-indicator {
|
|
58046
|
+
color: $step-color;
|
|
58047
|
+
background: $step-bg-color;
|
|
58048
|
+
}
|
|
58049
|
+
.e-step-indicator {
|
|
58050
|
+
color: transparent;
|
|
58051
|
+
}
|
|
58052
|
+
.e-step-completed .e-step,
|
|
58053
|
+
.e-step-inprogress .e-step,
|
|
58054
|
+
.e-step-completed .e-indicator,
|
|
58055
|
+
.e-step-inprogress .e-indicator,
|
|
58056
|
+
.e-step-completed .e-step-indicator,
|
|
58057
|
+
.e-step-inprogress .e-step-indicator {
|
|
58058
|
+
background: $step-completed-bg-color;
|
|
58059
|
+
color: $step-completed-color;
|
|
58060
|
+
}
|
|
58061
|
+
.e-step-selected .e-indicator {
|
|
58062
|
+
background: $step-completed-bg-color;
|
|
58063
|
+
}
|
|
58064
|
+
.e-step-valid .e-indicator {
|
|
58065
|
+
background: $step-valid-completed-bg-color;
|
|
58066
|
+
color: $step-valid-completed-color;
|
|
58067
|
+
}
|
|
58068
|
+
.e-step-error {
|
|
58069
|
+
.e-indicator {
|
|
58070
|
+
background: $step-error-completed-bg-color;
|
|
58071
|
+
color: $step-error-icon-color;
|
|
58072
|
+
}
|
|
58073
|
+
.e-text,
|
|
58074
|
+
.e-label {
|
|
58075
|
+
color: $step-error-completed-color;
|
|
58229
58076
|
}
|
|
58230
58077
|
}
|
|
58231
|
-
|
|
58232
|
-
|
|
58233
|
-
|
|
58234
|
-
|
|
58235
|
-
|
|
58236
|
-
|
|
58078
|
+
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58079
|
+
.e-step-error .e-indicator:hover {
|
|
58080
|
+
color: $step-color;
|
|
58081
|
+
}
|
|
58082
|
+
.e-step-selected {
|
|
58083
|
+
.e-text,
|
|
58084
|
+
.e-label {
|
|
58085
|
+
font-weight: $stepper-font-weight;
|
|
58086
|
+
}
|
|
58087
|
+
}
|
|
58088
|
+
.e-step-valid.e-step-text-only,
|
|
58089
|
+
.e-step-valid.e-step-label-only {
|
|
58090
|
+
.e-step-validation-icon {
|
|
58091
|
+
color: $step-valid-icon-only-color;
|
|
58092
|
+
}
|
|
58093
|
+
}
|
|
58094
|
+
.e-step-error.e-step-text-only,
|
|
58095
|
+
.e-step-error.e-step-label-only {
|
|
58096
|
+
.e-step-validation-icon {
|
|
58097
|
+
color: $step-error-icon-only-color;
|
|
58098
|
+
}
|
|
58099
|
+
}
|
|
58100
|
+
.e-text,
|
|
58101
|
+
.e-label {
|
|
58102
|
+
color: $stepper-text-color;
|
|
58103
|
+
}
|
|
58104
|
+
.e-step-selected:not(.e-step-error),
|
|
58105
|
+
.e-step-completed:not(.e-step-error) {
|
|
58106
|
+
.e-text,
|
|
58107
|
+
.e-label {
|
|
58108
|
+
color: $step-completed-bg-color;
|
|
58109
|
+
}
|
|
58110
|
+
}
|
|
58111
|
+
.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58112
|
+
background-color: $stepper-outline-color;
|
|
58113
|
+
}
|
|
58114
|
+
.e-step-text-container {
|
|
58115
|
+
background-color: $stepper-outline-color;
|
|
58116
|
+
border-color: transparent;
|
|
58117
|
+
}
|
|
58118
|
+
.e-step-disabled .e-indicator {
|
|
58119
|
+
background: $step-disabled-bg-color;
|
|
58120
|
+
color: $step-disabled-color;
|
|
58121
|
+
}
|
|
58122
|
+
.e-step-disabled .e-text,
|
|
58123
|
+
.e-step-disabled .e-label,
|
|
58124
|
+
.e-step-disabled .e-step-validation-icon {
|
|
58125
|
+
color: $step-disabled-font-color;
|
|
58126
|
+
}
|
|
58127
|
+
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
58128
|
+
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
58129
|
+
&.e-vertical .e-step-icon:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
58130
|
+
&.e-vertical.e-label-top .e-step-label-optional,
|
|
58131
|
+
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
58237
58132
|
background-color: $stepper-outline-color;
|
|
58238
58133
|
}
|
|
58239
|
-
|
|
58240
58134
|
.e-stepper-progressbar {
|
|
58241
58135
|
background-color: $step-progress-bg-color;
|
|
58242
|
-
|
|
58243
58136
|
>.e-progressbar-value {
|
|
58244
58137
|
background-color: $step-progress-value-bg-color;
|
|
58245
58138
|
}
|
|
58246
58139
|
}
|
|
58247
|
-
|
|
58248
|
-
&: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 {
|
|
58140
|
+
&:not(.e-steps-focus) .e-step-selected .e-step {
|
|
58249
58141
|
box-shadow: $step-selected-li-shadow;
|
|
58250
58142
|
}
|
|
58251
|
-
|
|
58252
|
-
.e-
|
|
58253
|
-
.e-
|
|
58254
|
-
.e-
|
|
58255
|
-
.e-
|
|
58256
|
-
&:not(.e-steps-focus) .e-
|
|
58257
|
-
&:not(.e-steps-focus) .e-
|
|
58258
|
-
|
|
58259
|
-
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
58143
|
+
.e-step-focus .e-step,
|
|
58144
|
+
.e-step-label-only.e-step-focus .e-label,
|
|
58145
|
+
.e-step-text-only.e-step-focus .e-text,
|
|
58146
|
+
.e-step-template.e-step-focus,
|
|
58147
|
+
&:not(.e-steps-focus) :focus-visible .e-step,
|
|
58148
|
+
&:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,
|
|
58149
|
+
&:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
58150
|
+
box-shadow: $step-keyboard-selected-li-shadow;
|
|
58260
58151
|
}
|
|
58261
58152
|
|
|
58262
|
-
&:not(.e-steps-focus) .e-
|
|
58263
|
-
.e-
|
|
58264
|
-
.e-
|
|
58265
|
-
.e-
|
|
58266
|
-
.e-
|
|
58153
|
+
&:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
58154
|
+
.e-step-valid.e-step-focus .e-step,
|
|
58155
|
+
.e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
58156
|
+
.e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
58157
|
+
.e-step-valid.e-step-template.e-step-focus {
|
|
58267
58158
|
box-shadow: $step-valid-li-shadow;
|
|
58268
58159
|
}
|
|
58269
58160
|
|
|
58270
|
-
&:not(.e-steps-focus) .e-
|
|
58271
|
-
.e-
|
|
58272
|
-
.e-
|
|
58273
|
-
.e-
|
|
58274
|
-
.e-
|
|
58161
|
+
&:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
58162
|
+
.e-step-error.e-step-focus .e-step,
|
|
58163
|
+
.e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
58164
|
+
.e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
58165
|
+
.e-step-error.e-step-template.e-step-focus {
|
|
58275
58166
|
box-shadow: $step-error-li-shadow;
|
|
58276
58167
|
}
|
|
58277
58168
|
|
|
58278
|
-
.e-
|
|
58279
|
-
.e-
|
|
58280
|
-
&.e-steps-focus .e-
|
|
58169
|
+
.e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
58170
|
+
.e-step-container:not(.e-step-focus).e-step-completed .e-step,
|
|
58171
|
+
&.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
58281
58172
|
box-shadow: $step-li-shadow;
|
|
58282
58173
|
}
|
|
58283
58174
|
|
|
58284
|
-
.e-
|
|
58285
|
-
.e-
|
|
58286
|
-
border-color: $step-hover-border-color
|
|
58175
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
58176
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
58177
|
+
border-color: $step-hover-border-color;
|
|
58287
58178
|
}
|
|
58288
58179
|
|
|
58289
|
-
.e-
|
|
58290
|
-
.e-
|
|
58291
|
-
border-color: $step-active-border-color
|
|
58180
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
58181
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
58182
|
+
border-color: $step-active-border-color;
|
|
58292
58183
|
}
|
|
58293
58184
|
|
|
58294
|
-
&:not(.e-step-type-label)
|
|
58295
|
-
|
|
58296
|
-
|
|
58185
|
+
&:not(.e-step-type-label) {
|
|
58186
|
+
.e-indicator:hover,
|
|
58187
|
+
.e-step:hover {
|
|
58188
|
+
color: $step-hover-text-color;
|
|
58189
|
+
background: $step-selected-hover-color;
|
|
58190
|
+
}
|
|
58297
58191
|
}
|
|
58298
58192
|
|
|
58299
|
-
&:not(.e-step-type-label) .e-
|
|
58300
|
-
&:not(.e-step-type-label) .e-
|
|
58301
|
-
|
|
58193
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58194
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58195
|
+
color: $step-hover-not-text-color;
|
|
58302
58196
|
}
|
|
58303
58197
|
|
|
58304
|
-
&:not(.e-step-type-label)
|
|
58305
|
-
|
|
58306
|
-
|
|
58307
|
-
|
|
58308
|
-
background: $step-selected-hover-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58198
|
+
&:not(.e-step-type-label) {
|
|
58199
|
+
.e-step-selected .e-indicator:active,
|
|
58200
|
+
.e-step-selected .e-step:active {
|
|
58201
|
+
background: $step-selected-active-color;
|
|
58309
58202
|
}
|
|
58310
|
-
|
|
58311
|
-
|
|
58312
|
-
|
|
58313
|
-
background: $step-valid-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58203
|
+
.e-step-valid.e-step-selected .e-indicator:active,
|
|
58204
|
+
.e-step-valid.e-step-selected .e-step:active {
|
|
58205
|
+
background: $step-valid-completed-bg-color;
|
|
58314
58206
|
}
|
|
58315
|
-
|
|
58316
|
-
|
|
58317
|
-
|
|
58318
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58207
|
+
.e-step-error.e-step-selected .e-indicator:active,
|
|
58208
|
+
.e-step-error.e-step-selected .e-step:active {
|
|
58209
|
+
background: $step-error-completed-bg-color;
|
|
58319
58210
|
}
|
|
58320
58211
|
}
|
|
58321
58212
|
|
|
58322
|
-
&:not(.e-step-type-label) .e-
|
|
58323
|
-
&:not(.e-step-type-label) .e-
|
|
58324
|
-
|
|
58213
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58214
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58215
|
+
background: $step-hover-color;
|
|
58325
58216
|
}
|
|
58326
58217
|
|
|
58327
|
-
&:not(.e-step-type-label) .e-
|
|
58328
|
-
|
|
58329
|
-
|
|
58330
|
-
|
|
58331
|
-
|
|
58332
|
-
|
|
58333
|
-
|
|
58334
|
-
|
|
58218
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,
|
|
58219
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:active {
|
|
58220
|
+
background: $step-active-color;
|
|
58221
|
+
}
|
|
58222
|
+
|
|
58223
|
+
&:not(.e-step-type-label) {
|
|
58224
|
+
.e-step-valid .e-indicator:hover,
|
|
58225
|
+
.e-step-valid .e-step:hover {
|
|
58226
|
+
color: $step-hover-text-color;
|
|
58227
|
+
background: $step-valid-completed-bg-color;
|
|
58335
58228
|
}
|
|
58336
|
-
|
|
58337
|
-
|
|
58338
|
-
|
|
58229
|
+
.e-step-error .e-indicator:hover,
|
|
58230
|
+
.e-step-error .e-step:hover {
|
|
58231
|
+
color: $step-hover-text-color;
|
|
58232
|
+
background: $step-error-completed-bg-color;
|
|
58339
58233
|
}
|
|
58340
58234
|
}
|
|
58341
58235
|
}
|
|
@@ -81046,7 +80940,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81046
80940
|
text-align: left;
|
|
81047
80941
|
}
|
|
81048
80942
|
|
|
81049
|
-
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
80943
|
+
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
81050
80944
|
border-width: $grid-headercell-both-border-width;
|
|
81051
80945
|
}
|
|
81052
80946
|
|
|
@@ -81072,7 +80966,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81072
80966
|
border-right-width: 1px;
|
|
81073
80967
|
}
|
|
81074
80968
|
|
|
81075
|
-
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
80969
|
+
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
81076
80970
|
border-width: $grid-rtl-headercell-both-border-width;
|
|
81077
80971
|
}
|
|
81078
80972
|
|
|
@@ -82957,6 +82851,14 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82957
82851
|
border-top: 1px solid $grid-header-border-color;
|
|
82958
82852
|
}
|
|
82959
82853
|
|
|
82854
|
+
.e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
|
|
82855
|
+
border-top: 0 solid $grid-header-border-color;
|
|
82856
|
+
}
|
|
82857
|
+
|
|
82858
|
+
.e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
|
|
82859
|
+
border-bottom: 0;
|
|
82860
|
+
}
|
|
82861
|
+
|
|
82960
82862
|
.e-ccdlg {
|
|
82961
82863
|
.e-footer-content {
|
|
82962
82864
|
border-color: $grid-columnchooser-footer-border-color;
|
|
@@ -87629,7 +87531,7 @@ $btn-grp-outline-focus-danger-color: #fff !default;
|
|
|
87629
87531
|
|
|
87630
87532
|
//Focus state for Normal and Outline GroupButton
|
|
87631
87533
|
.e-btn:focus,
|
|
87632
|
-
input:focus+label.e-btn {
|
|
87534
|
+
input:focus-visible+label.e-btn {
|
|
87633
87535
|
@include button-focus;
|
|
87634
87536
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
87635
87537
|
box-shadow: none;
|