@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
|
@@ -57681,12 +57681,11 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
57681
57681
|
.e-stepper {
|
|
57682
57682
|
position: relative;
|
|
57683
57683
|
&.e-stepper-readonly,
|
|
57684
|
-
.e-
|
|
57684
|
+
.e-step-disabled {
|
|
57685
57685
|
cursor: default;
|
|
57686
57686
|
pointer-events: none;
|
|
57687
57687
|
}
|
|
57688
|
-
|
|
57689
|
-
&.e-step-type-indicator .e-stepper-steps .e-step-container {
|
|
57688
|
+
&.e-step-type-indicator .e-step-container {
|
|
57690
57689
|
&:not(.e-step-icon.e-step-label.e-step-text) {
|
|
57691
57690
|
.e-icons.e-step-indicator {
|
|
57692
57691
|
font-size: $stepper-step-width;
|
|
@@ -57699,12 +57698,12 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
57699
57698
|
}
|
|
57700
57699
|
|
|
57701
57700
|
//For Blazor Stepper Tooltip
|
|
57702
|
-
.e-
|
|
57703
|
-
&.e-vertical.e-label-after .e-
|
|
57704
|
-
&.e-vertical.e-label-before .e-
|
|
57701
|
+
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
57702
|
+
&.e-vertical.e-label-after .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
57703
|
+
&.e-vertical.e-label-before .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
57705
57704
|
position: relative;
|
|
57706
57705
|
}
|
|
57707
|
-
&.e-horizontal .e-
|
|
57706
|
+
&.e-horizontal .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
57708
57707
|
position: unset;
|
|
57709
57708
|
}
|
|
57710
57709
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -57729,15 +57728,14 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
57729
57728
|
top: -6px;
|
|
57730
57729
|
}
|
|
57731
57730
|
}
|
|
57732
|
-
.e-
|
|
57731
|
+
.e-step-icon.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
57733
57732
|
left: unset;
|
|
57734
57733
|
top: 0;
|
|
57735
57734
|
transform: translate(0%, -135%);
|
|
57736
57735
|
}
|
|
57737
|
-
&.e-step-type-indicator .e-
|
|
57736
|
+
&.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
57738
57737
|
transform: translate(-50%, -115%);
|
|
57739
57738
|
}
|
|
57740
|
-
|
|
57741
57739
|
.e-stepper-steps {
|
|
57742
57740
|
display: flex;
|
|
57743
57741
|
padding: 0;
|
|
@@ -57745,124 +57743,170 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
57745
57743
|
justify-content: space-between;
|
|
57746
57744
|
position: relative;
|
|
57747
57745
|
align-items: flex-start;
|
|
57748
|
-
.e-step-container
|
|
57749
|
-
|
|
57750
|
-
|
|
57751
|
-
|
|
57752
|
-
|
|
57753
|
-
|
|
57754
|
-
|
|
57755
|
-
|
|
57756
|
-
|
|
57757
|
-
|
|
57758
|
-
|
|
57759
|
-
|
|
57760
|
-
|
|
57761
|
-
|
|
57762
|
-
|
|
57763
|
-
|
|
57764
|
-
|
|
57765
|
-
|
|
57746
|
+
.e-step-container,
|
|
57747
|
+
.e-step,
|
|
57748
|
+
.e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
57749
|
+
.e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
57750
|
+
.e-step-label-container {
|
|
57751
|
+
display: flex;
|
|
57752
|
+
align-items: center;
|
|
57753
|
+
justify-content: center;
|
|
57754
|
+
}
|
|
57755
|
+
}
|
|
57756
|
+
.e-step-container {
|
|
57757
|
+
max-width: var(--max-width);
|
|
57758
|
+
list-style-type: none;
|
|
57759
|
+
cursor: pointer;
|
|
57760
|
+
text-align: center;
|
|
57761
|
+
.e-step-label-container,
|
|
57762
|
+
.e-step-text-container {
|
|
57763
|
+
max-width: clamp(100%, 10em, 100%);
|
|
57764
|
+
white-space: nowrap;
|
|
57765
|
+
}
|
|
57766
|
+
.e-step-label-optional {
|
|
57767
|
+
font-size: $stepper-optional-size;
|
|
57768
|
+
flex-basis: 100%;
|
|
57769
|
+
}
|
|
57770
|
+
.e-step-optional-container {
|
|
57771
|
+
display: flex;
|
|
57772
|
+
flex-direction: column;
|
|
57773
|
+
}
|
|
57774
|
+
.e-step-content {
|
|
57775
|
+
font-size: $stepper-icon-size;
|
|
57776
|
+
line-height: 0;
|
|
57777
|
+
}
|
|
57778
|
+
.e-indicator {
|
|
57779
|
+
font-size: $stepper-icon-size;
|
|
57780
|
+
}
|
|
57781
|
+
&:not(.e-step-text-only) > .e-step-text-container {
|
|
57782
|
+
padding: $stepper-icon-text-padding;
|
|
57783
|
+
}
|
|
57784
|
+
&.e-step-text-only .e-step-text-container,
|
|
57785
|
+
&.e-step-label-only .e-step-label-container {
|
|
57786
|
+
padding: $stepper-text-padding;
|
|
57787
|
+
padding-block: 5px;
|
|
57788
|
+
}
|
|
57789
|
+
&.e-step-text-only.e-step-error .e-step-text-container,
|
|
57790
|
+
&.e-step-text-only.e-step-valid .e-step-text-container,
|
|
57791
|
+
&.e-step-label-only.e-step-error .e-step-label-container,
|
|
57792
|
+
&.e-step-label-only.e-step-valid .e-step-label-container {
|
|
57793
|
+
flex-direction: column;
|
|
57794
|
+
.e-step-validation-icon {
|
|
57795
|
+
position: relative;
|
|
57796
|
+
top: $stepper-validation-position;
|
|
57766
57797
|
}
|
|
57767
57798
|
}
|
|
57799
|
+
.e-step-label-container,
|
|
57800
|
+
.e-step-text-container {
|
|
57801
|
+
font-size: $stepper-text-size;
|
|
57802
|
+
}
|
|
57803
|
+
.e-step,
|
|
57804
|
+
.e-indicator {
|
|
57805
|
+
border-radius: $stepper-step-radius;
|
|
57806
|
+
min-width: $stepper-step-width;
|
|
57807
|
+
min-height: $stepper-step-width;
|
|
57808
|
+
}
|
|
57809
|
+
}
|
|
57810
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
57811
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator {
|
|
57812
|
+
border: $step-border;
|
|
57768
57813
|
}
|
|
57769
|
-
|
|
57770
57814
|
&.e-horizontal {
|
|
57771
57815
|
display: block;
|
|
57772
57816
|
.e-stepper-steps {
|
|
57773
57817
|
flex-direction: row;
|
|
57774
57818
|
}
|
|
57775
|
-
|
|
57776
57819
|
&.e-label-before,
|
|
57777
57820
|
&.e-label-after {
|
|
57778
|
-
&:has(.e-
|
|
57821
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
57779
57822
|
margin-left: var(--progress-left-position);
|
|
57780
57823
|
top: var(--progress-top-position);
|
|
57781
57824
|
width: var(--progress-bar-width);
|
|
57782
57825
|
}
|
|
57783
57826
|
}
|
|
57784
|
-
|
|
57785
57827
|
&.e-label-before.e-rtl,
|
|
57786
57828
|
&.e-label-after.e-rtl {
|
|
57787
|
-
&:has(.e-
|
|
57829
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
57788
57830
|
margin-right: var(--progress-left-position);
|
|
57789
57831
|
margin-left: unset;
|
|
57790
57832
|
}
|
|
57791
57833
|
}
|
|
57792
|
-
|
|
57793
|
-
|
|
57794
|
-
&.e-horizontal .e-stepper-steps .e-step-container {
|
|
57795
|
-
&.e-step-icon.e-step-label {
|
|
57834
|
+
.e-step-icon.e-step-label {
|
|
57796
57835
|
gap: 1em;
|
|
57836
|
+
flex-direction: column;
|
|
57797
57837
|
}
|
|
57798
|
-
|
|
57799
|
-
&.e-step-icon.e-step-label .e-step-label-container {
|
|
57838
|
+
.e-step-icon.e-step-label .e-step-label-container {
|
|
57800
57839
|
position: relative;
|
|
57801
57840
|
&.e-label-before {
|
|
57802
57841
|
order: -1;
|
|
57803
57842
|
}
|
|
57804
57843
|
}
|
|
57805
|
-
|
|
57806
|
-
|
|
57807
|
-
&.e-step-icon.e-step-label {
|
|
57808
|
-
flex-direction: column;
|
|
57844
|
+
&.e-label-start .e-step-text-container {
|
|
57845
|
+
order: $stepper-label-order;
|
|
57809
57846
|
}
|
|
57810
|
-
|
|
57811
|
-
|
|
57812
|
-
|
|
57813
|
-
|
|
57814
|
-
}
|
|
57815
|
-
|
|
57816
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57817
|
-
position: absolute;
|
|
57818
|
-
top: 2.5em;
|
|
57819
|
-
margin-left: 2.5em;
|
|
57820
|
-
}
|
|
57821
|
-
|
|
57822
|
-
&.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,
|
|
57823
|
-
&.e-horizontal.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57824
|
-
margin-right: 2.5em;
|
|
57825
|
-
margin-left: unset;
|
|
57826
|
-
}
|
|
57827
|
-
|
|
57828
|
-
&.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 {
|
|
57829
|
-
margin-right: unset;
|
|
57830
|
-
margin-left: 2.5em;
|
|
57831
|
-
}
|
|
57832
|
-
|
|
57833
|
-
&.e-horizontal.e-label-before .e-stepper-steps {
|
|
57834
|
-
&:has(.e-step-label-optional) {
|
|
57835
|
-
align-items: flex-end;
|
|
57847
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57848
|
+
position: absolute;
|
|
57849
|
+
top: 2.5em;
|
|
57850
|
+
margin-left: 2.5em;
|
|
57836
57851
|
}
|
|
57837
|
-
|
|
57838
|
-
|
|
57839
|
-
|
|
57852
|
+
&.e-label-start .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
57853
|
+
&.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57854
|
+
margin-right: 2.5em;
|
|
57855
|
+
margin-left: unset;
|
|
57856
|
+
}
|
|
57857
|
+
&.e-label-start.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57858
|
+
margin-right: unset;
|
|
57859
|
+
margin-left: 2.5em;
|
|
57860
|
+
}
|
|
57861
|
+
&.e-label-before .e-stepper-steps {
|
|
57862
|
+
&:has(.e-step-label-optional) {
|
|
57863
|
+
align-items: flex-end;
|
|
57864
|
+
}
|
|
57865
|
+
.e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
57866
|
+
flex-direction: column;
|
|
57867
|
+
gap: .5em;
|
|
57868
|
+
}
|
|
57869
|
+
}
|
|
57870
|
+
.e-text,
|
|
57871
|
+
.e-label,
|
|
57872
|
+
.e-step-label-optional {
|
|
57873
|
+
text-overflow: ellipsis;
|
|
57874
|
+
overflow: hidden;
|
|
57875
|
+
}
|
|
57876
|
+
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
57877
|
+
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
57878
|
+
.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
57879
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
57880
|
+
flex-wrap: wrap;
|
|
57881
|
+
}
|
|
57882
|
+
&.e-step-type-indicator .e-step-container {
|
|
57883
|
+
flex-wrap: wrap;
|
|
57884
|
+
}
|
|
57885
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
57886
|
+
margin-top: .5em;
|
|
57887
|
+
}
|
|
57888
|
+
&.e-label-after .e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
57889
|
+
margin-top: .2em;
|
|
57840
57890
|
}
|
|
57841
57891
|
}
|
|
57842
|
-
|
|
57843
57892
|
&.e-vertical {
|
|
57844
57893
|
min-height: inherit;
|
|
57845
57894
|
display: inline-block;
|
|
57846
|
-
|
|
57847
|
-
.e-
|
|
57848
|
-
.e-stepper-steps .e-step-container.e-step-template {
|
|
57895
|
+
.e-step-label.e-step-label-only,
|
|
57896
|
+
.e-step-template {
|
|
57849
57897
|
position: relative;
|
|
57850
57898
|
}
|
|
57851
|
-
|
|
57852
|
-
&:not(.e-label-top):not(.e-label-bottom) .e-stepper-steps .e-step-container .e-step-label-optional {
|
|
57899
|
+
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
57853
57900
|
position: absolute;
|
|
57854
57901
|
}
|
|
57855
|
-
|
|
57856
|
-
&: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 {
|
|
57902
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57857
57903
|
margin-top: $stepper-label-optional;
|
|
57858
57904
|
margin-left: 4em;
|
|
57859
57905
|
}
|
|
57860
|
-
|
|
57861
|
-
&.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 {
|
|
57906
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
57862
57907
|
margin-left: unset;
|
|
57863
57908
|
margin-right: 4em;
|
|
57864
57909
|
}
|
|
57865
|
-
|
|
57866
57910
|
.e-stepper-steps {
|
|
57867
57911
|
flex-direction: column;
|
|
57868
57912
|
min-height: inherit;
|
|
@@ -57871,49 +57915,42 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
57871
57915
|
margin: $stepper-ol-padding;
|
|
57872
57916
|
justify-content: space-between;
|
|
57873
57917
|
}
|
|
57874
|
-
|
|
57875
57918
|
&.e-rtl .e-stepper-steps {
|
|
57876
57919
|
float: right;
|
|
57877
57920
|
}
|
|
57878
|
-
|
|
57879
|
-
.e-stepper-steps:has(.e-step-
|
|
57880
|
-
.e-stepper-steps:has(.e-step-
|
|
57881
|
-
.e-stepper-steps:has(.e-step-
|
|
57882
|
-
&.e-label-after .e-stepper-steps:has(.e-step-container.e-step-label.e-step-text:not(.e-step-icon)),
|
|
57921
|
+
.e-stepper-steps:has(.e-step-icon:not(.e-step-text):not(.e-step-label)),
|
|
57922
|
+
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
57923
|
+
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
57924
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-icon)),
|
|
57883
57925
|
&.e-step-type-indicator .e-stepper-steps {
|
|
57884
57926
|
align-items: center;
|
|
57885
57927
|
}
|
|
57886
|
-
|
|
57887
|
-
.e-
|
|
57888
|
-
.e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
57928
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
57929
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
57889
57930
|
margin-left: $stepper-text-postion;
|
|
57890
57931
|
}
|
|
57891
|
-
|
|
57892
57932
|
&.e-rtl {
|
|
57893
|
-
.e-
|
|
57894
|
-
.e-
|
|
57933
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
57934
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
57895
57935
|
margin-left: unset;
|
|
57896
57936
|
margin-right: $stepper-text-postion;
|
|
57897
57937
|
}
|
|
57898
57938
|
}
|
|
57899
|
-
|
|
57900
|
-
|
|
57901
|
-
|
|
57902
|
-
.e-
|
|
57903
|
-
.e-stepper-steps .e-step-container.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
57939
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
57940
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
57941
|
+
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
57942
|
+
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
57904
57943
|
flex-direction: column;
|
|
57905
57944
|
.e-step-label-optional {
|
|
57906
57945
|
position: unset;
|
|
57907
57946
|
}
|
|
57908
57947
|
}
|
|
57909
|
-
|
|
57910
|
-
|
|
57911
|
-
&.e-label-before .e-stepper-steps .e-step-container .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
57948
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
57949
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
57912
57950
|
gap: .5em;
|
|
57913
57951
|
}
|
|
57914
|
-
|
|
57915
|
-
&.e-label-
|
|
57916
|
-
&.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label {
|
|
57952
|
+
&.e-label-before .e-step-icon.e-step-label,
|
|
57953
|
+
&.e-label-after .e-step-icon.e-step-label {
|
|
57917
57954
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
57918
57955
|
flex-direction: column;
|
|
57919
57956
|
.e-label {
|
|
@@ -57924,43 +57961,37 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
57924
57961
|
position: unset;
|
|
57925
57962
|
}
|
|
57926
57963
|
}
|
|
57927
|
-
|
|
57928
|
-
.e-stepper-steps .e-step-container {
|
|
57964
|
+
.e-step-container {
|
|
57929
57965
|
&.e-step-label.e-step-text:not(.e-step-icon) .e-step-label-container.e-label-after {
|
|
57930
57966
|
position: absolute;
|
|
57931
57967
|
.e-step-label-optional {
|
|
57932
57968
|
left: $stepper-ol-padding;
|
|
57933
57969
|
}
|
|
57934
57970
|
}
|
|
57935
|
-
|
|
57936
57971
|
.e-step-label-container.e-label-after {
|
|
57937
57972
|
.e-step-label-optional {
|
|
57938
57973
|
font-size: $stepper-optional-size;
|
|
57939
57974
|
}
|
|
57940
57975
|
}
|
|
57941
|
-
|
|
57942
57976
|
.e-step-label-container.e-label-before .e-label {
|
|
57943
57977
|
width: var(--label-width);
|
|
57944
57978
|
}
|
|
57945
|
-
|
|
57946
57979
|
&:not(.e-step-text-only) .e-step-text-container {
|
|
57947
57980
|
border: none;
|
|
57948
57981
|
border-radius: unset;
|
|
57949
57982
|
padding: $stepper-text-vert-padding;
|
|
57950
57983
|
}
|
|
57951
|
-
|
|
57952
|
-
&.e-step-
|
|
57953
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
57984
|
+
&.e-step-text-only .e-step-text-container,
|
|
57985
|
+
&.e-step-label-only .e-step-label-container {
|
|
57954
57986
|
position: unset;
|
|
57955
57987
|
}
|
|
57956
57988
|
}
|
|
57957
57989
|
&.e-label-top {
|
|
57958
|
-
.e-
|
|
57990
|
+
.e-step-label-optional {
|
|
57959
57991
|
padding-bottom: 6px;
|
|
57960
57992
|
}
|
|
57961
57993
|
}
|
|
57962
57994
|
}
|
|
57963
|
-
|
|
57964
57995
|
&.e-vertical.e-label-top,
|
|
57965
57996
|
&.e-vertical.e-label-bottom {
|
|
57966
57997
|
.e-stepper-steps {
|
|
@@ -57968,98 +57999,17 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
57968
57999
|
.e-step-container {
|
|
57969
58000
|
flex-direction: column;
|
|
57970
58001
|
.e-step-text-container {
|
|
57971
|
-
margin-left: $stepper-ol-padding
|
|
58002
|
+
margin-left: $stepper-ol-padding;
|
|
57972
58003
|
}
|
|
57973
58004
|
}
|
|
57974
58005
|
}
|
|
57975
58006
|
}
|
|
57976
|
-
|
|
57977
|
-
&.e-vertical.e-label-top .e-stepper-steps .e-step-container {
|
|
58007
|
+
&.e-vertical.e-label-top .e-step-container {
|
|
57978
58008
|
.e-step-label-optional,
|
|
57979
58009
|
.e-step-text-container {
|
|
57980
58010
|
order: $stepper-label-order;
|
|
57981
58011
|
}
|
|
57982
58012
|
}
|
|
57983
|
-
.e-stepper-steps {
|
|
57984
|
-
.e-step-container,
|
|
57985
|
-
.e-step-container .e-step,
|
|
57986
|
-
.e-step-container.e-step-valid.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
57987
|
-
.e-step-container.e-step-error.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
57988
|
-
.e-step-container .e-step-label-container {
|
|
57989
|
-
display: flex;
|
|
57990
|
-
align-items: center;
|
|
57991
|
-
justify-content: center;
|
|
57992
|
-
}
|
|
57993
|
-
}
|
|
57994
|
-
|
|
57995
|
-
&.e-horizontal {
|
|
57996
|
-
.e-stepper-steps {
|
|
57997
|
-
.e-step-container.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
57998
|
-
.e-step-container.e-step-label.e-step-label-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
57999
|
-
.e-step-container.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58000
|
-
.e-step-container .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58001
|
-
flex-wrap: wrap;
|
|
58002
|
-
}
|
|
58003
|
-
}
|
|
58004
|
-
&.e-step-type-indicator .e-step-container {
|
|
58005
|
-
flex-wrap: wrap;
|
|
58006
|
-
}
|
|
58007
|
-
}
|
|
58008
|
-
|
|
58009
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58010
|
-
margin-top: .5em;
|
|
58011
|
-
}
|
|
58012
|
-
|
|
58013
|
-
&.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 {
|
|
58014
|
-
margin-top: .2em;
|
|
58015
|
-
}
|
|
58016
|
-
|
|
58017
|
-
.e-stepper-steps .e-step-container {
|
|
58018
|
-
list-style-type: none;
|
|
58019
|
-
cursor: pointer;
|
|
58020
|
-
text-align: center;
|
|
58021
|
-
|
|
58022
|
-
.e-step-content {
|
|
58023
|
-
font-size: $stepper-icon-size;
|
|
58024
|
-
line-height: 0;
|
|
58025
|
-
}
|
|
58026
|
-
|
|
58027
|
-
.e-indicator {
|
|
58028
|
-
font-size: $stepper-icon-size;
|
|
58029
|
-
}
|
|
58030
|
-
|
|
58031
|
-
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58032
|
-
padding: $stepper-icon-text-padding;
|
|
58033
|
-
}
|
|
58034
|
-
|
|
58035
|
-
&.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58036
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58037
|
-
padding: $stepper-text-padding;
|
|
58038
|
-
padding-block: 5px;
|
|
58039
|
-
}
|
|
58040
|
-
|
|
58041
|
-
&.e-step-text-only.e-step-error:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58042
|
-
&.e-step-text-only.e-step-valid:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58043
|
-
&.e-step-label-only.e-step-error:not(.e-step-icon.e-step-text) .e-step-label-container,
|
|
58044
|
-
&.e-step-label-only.e-step-valid:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58045
|
-
flex-direction: column;
|
|
58046
|
-
.e-step-validation-icon {
|
|
58047
|
-
position: relative;
|
|
58048
|
-
top: $stepper-validation-position;
|
|
58049
|
-
}
|
|
58050
|
-
}
|
|
58051
|
-
.e-step-label-container,
|
|
58052
|
-
.e-step-text-container {
|
|
58053
|
-
font-size: $stepper-text-size;
|
|
58054
|
-
}
|
|
58055
|
-
.e-step,
|
|
58056
|
-
.e-indicator {
|
|
58057
|
-
border-radius: $stepper-step-radius;
|
|
58058
|
-
min-width: $stepper-step-width;
|
|
58059
|
-
min-height: $stepper-step-width;
|
|
58060
|
-
}
|
|
58061
|
-
}
|
|
58062
|
-
|
|
58063
58013
|
.e-stepper-progressbar {
|
|
58064
58014
|
height: $stepper-progress-bar-height;
|
|
58065
58015
|
position: absolute;
|
|
@@ -58074,7 +58024,6 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
58074
58024
|
transition-delay: var(--delay);
|
|
58075
58025
|
}
|
|
58076
58026
|
}
|
|
58077
|
-
|
|
58078
58027
|
&.e-vertical .e-stepper-progressbar {
|
|
58079
58028
|
min-height: inherit;
|
|
58080
58029
|
width: $stepper-progress-bar-height;
|
|
@@ -58087,40 +58036,26 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
58087
58036
|
transition-property: height;
|
|
58088
58037
|
}
|
|
58089
58038
|
}
|
|
58090
|
-
|
|
58091
58039
|
&.e-vertical.e-rtl .e-stepper-progressbar {
|
|
58092
58040
|
right: var(--progress-position);
|
|
58093
58041
|
left: unset;
|
|
58094
58042
|
}
|
|
58095
|
-
|
|
58096
|
-
|
|
58097
|
-
.e-stepper-steps .e-step-container.e-step-focus .e-indicator {
|
|
58043
|
+
&:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
|
|
58044
|
+
.e-step-focus .e-indicator {
|
|
58098
58045
|
z-index: 0;
|
|
58099
58046
|
}
|
|
58100
|
-
|
|
58101
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
58047
|
+
.e-step-template.e-step-focus {
|
|
58102
58048
|
outline: $stepper-temp-outline-width;
|
|
58103
58049
|
}
|
|
58104
58050
|
}
|
|
58105
|
-
|
|
58106
58051
|
.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip {
|
|
58107
58052
|
.e-arrow-tip.e-tip-bottom {
|
|
58108
58053
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
58109
58054
|
}
|
|
58110
58055
|
}
|
|
58111
|
-
|
|
58112
|
-
.e-stepper.e-horizontal .e-stepper-steps .e-step-container {
|
|
58113
|
-
.e-text,
|
|
58114
|
-
.e-label,
|
|
58115
|
-
.e-step-label-optional {
|
|
58116
|
-
text-overflow: ellipsis;
|
|
58117
|
-
overflow: hidden;
|
|
58118
|
-
}
|
|
58119
|
-
}
|
|
58120
|
-
|
|
58121
58056
|
.e-small.e-stepper,
|
|
58122
58057
|
.e-small .e-stepper {
|
|
58123
|
-
&.e-step-type-indicator .e-
|
|
58058
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58124
58059
|
.e-icons.e-step-indicator {
|
|
58125
58060
|
font-size: $stepper-small-step-width;
|
|
58126
58061
|
}
|
|
@@ -58129,39 +58064,33 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
58129
58064
|
height: $stepper-small-step-width;
|
|
58130
58065
|
}
|
|
58131
58066
|
}
|
|
58132
|
-
|
|
58133
|
-
.e-stepper-steps .e-step-container {
|
|
58067
|
+
.e-step-container {
|
|
58134
58068
|
.e-step,
|
|
58135
58069
|
.e-indicator {
|
|
58136
58070
|
min-width: $stepper-small-step-width;
|
|
58137
58071
|
min-height: $stepper-small-step-width;
|
|
58138
58072
|
}
|
|
58139
|
-
|
|
58140
58073
|
.e-indicator {
|
|
58141
58074
|
font-size: $stepper-small-icon-size;
|
|
58142
58075
|
}
|
|
58143
|
-
|
|
58144
58076
|
.e-step-text-container,
|
|
58145
58077
|
.e-step-label-container {
|
|
58146
58078
|
font-size: $stepper-small-text-size;
|
|
58147
58079
|
}
|
|
58148
|
-
|
|
58149
58080
|
.e-step-content {
|
|
58150
58081
|
font-size: $stepper-small-icon-size;
|
|
58151
58082
|
}
|
|
58152
|
-
|
|
58153
58083
|
.e-step-label-optional {
|
|
58154
58084
|
font-size: $stepper-small-optional-size;
|
|
58155
58085
|
}
|
|
58156
58086
|
}
|
|
58157
|
-
&.e-vertical .e-
|
|
58087
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58158
58088
|
font-size: $stepper-small-optional-size;
|
|
58159
58089
|
}
|
|
58160
58090
|
}
|
|
58161
|
-
|
|
58162
58091
|
.e-bigger.e-stepper,
|
|
58163
58092
|
.e-bigger .e-stepper {
|
|
58164
|
-
&.e-step-type-indicator .e-
|
|
58093
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58165
58094
|
.e-icons.e-step-indicator {
|
|
58166
58095
|
font-size: $stepper-bigger-step-width;
|
|
58167
58096
|
}
|
|
@@ -58170,32 +58099,27 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
58170
58099
|
height: $stepper-bigger-step-width;
|
|
58171
58100
|
}
|
|
58172
58101
|
}
|
|
58173
|
-
|
|
58174
|
-
.e-stepper-steps .e-step-container {
|
|
58102
|
+
.e-step-container {
|
|
58175
58103
|
.e-step,
|
|
58176
58104
|
.e-indicator {
|
|
58177
58105
|
min-width: $stepper-bigger-step-width;
|
|
58178
58106
|
min-height: $stepper-bigger-step-width;
|
|
58179
58107
|
}
|
|
58180
|
-
|
|
58181
58108
|
.e-indicator {
|
|
58182
58109
|
font-size: $stepper-bigger-icon-size;
|
|
58183
58110
|
}
|
|
58184
|
-
|
|
58185
58111
|
.e-step-text-container,
|
|
58186
58112
|
.e-step-label-container {
|
|
58187
58113
|
font-size: $stepper-bigger-text-size;
|
|
58188
58114
|
}
|
|
58189
|
-
|
|
58190
58115
|
.e-step-content {
|
|
58191
58116
|
font-size: $stepper-bigger-icon-size;
|
|
58192
58117
|
}
|
|
58193
|
-
|
|
58194
58118
|
.e-step-label-optional {
|
|
58195
58119
|
font-size: $stepper-bigger-optional-size;
|
|
58196
58120
|
}
|
|
58197
58121
|
}
|
|
58198
|
-
&.e-vertical .e-
|
|
58122
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58199
58123
|
font-size: $stepper-bigger-optional-size;
|
|
58200
58124
|
}
|
|
58201
58125
|
}
|
|
@@ -58204,7 +58128,7 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
58204
58128
|
.e-bigger.e-small .e-stepper,
|
|
58205
58129
|
.e-bigger .e-small.e-stepper,
|
|
58206
58130
|
.e-small .e-bigger.e-stepper {
|
|
58207
|
-
&.e-step-type-indicator .e-
|
|
58131
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58208
58132
|
.e-icons.e-step-indicator {
|
|
58209
58133
|
font-size: $stepper-bigger-small-step-width;
|
|
58210
58134
|
}
|
|
@@ -58213,31 +58137,27 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
58213
58137
|
height: $stepper-bigger-small-step-width;
|
|
58214
58138
|
}
|
|
58215
58139
|
}
|
|
58216
|
-
|
|
58217
|
-
.e-stepper-steps .e-step-container {
|
|
58140
|
+
.e-step-container {
|
|
58218
58141
|
.e-step,
|
|
58219
58142
|
.e-indicator {
|
|
58220
58143
|
min-width: $stepper-bigger-small-step-width;
|
|
58221
58144
|
min-height: $stepper-bigger-small-step-width;
|
|
58222
58145
|
}
|
|
58223
|
-
|
|
58224
58146
|
.e-indicator {
|
|
58225
58147
|
font-size: $stepper-bigger-small-icon-size;
|
|
58226
58148
|
}
|
|
58227
|
-
|
|
58228
58149
|
.e-step-text-container,
|
|
58229
|
-
.e-step-label-container{
|
|
58150
|
+
.e-step-label-container {
|
|
58230
58151
|
font-size: $stepper-bigger-small-text-size;
|
|
58231
58152
|
}
|
|
58232
58153
|
.e-step-content {
|
|
58233
58154
|
font-size: $stepper-bigger-small-icon-size;
|
|
58234
58155
|
}
|
|
58235
|
-
|
|
58236
58156
|
.e-step-label-optional {
|
|
58237
58157
|
font-size: $stepper-bigger-small-optional-size;
|
|
58238
58158
|
}
|
|
58239
58159
|
}
|
|
58240
|
-
&.e-vertical .e-
|
|
58160
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58241
58161
|
font-size: $stepper-bigger-small-optional-size;
|
|
58242
58162
|
}
|
|
58243
58163
|
}
|
|
@@ -58246,229 +58166,203 @@ $step-selected-active-color: darken($primary, 10%) !default;
|
|
|
58246
58166
|
|
|
58247
58167
|
@include export-module('stepper-theme') {
|
|
58248
58168
|
.e-stepper {
|
|
58249
|
-
.e-
|
|
58250
|
-
|
|
58251
|
-
|
|
58252
|
-
|
|
58253
|
-
|
|
58254
|
-
|
|
58255
|
-
|
|
58256
|
-
|
|
58257
|
-
|
|
58258
|
-
|
|
58259
|
-
|
|
58260
|
-
|
|
58261
|
-
|
|
58262
|
-
|
|
58263
|
-
|
|
58264
|
-
|
|
58265
|
-
|
|
58266
|
-
|
|
58267
|
-
|
|
58268
|
-
|
|
58269
|
-
|
|
58270
|
-
|
|
58271
|
-
|
|
58272
|
-
|
|
58273
|
-
|
|
58274
|
-
|
|
58275
|
-
|
|
58276
|
-
|
|
58277
|
-
|
|
58278
|
-
|
|
58279
|
-
|
|
58280
|
-
|
|
58281
|
-
|
|
58282
|
-
|
|
58283
|
-
|
|
58284
|
-
|
|
58285
|
-
|
|
58286
|
-
|
|
58287
|
-
|
|
58288
|
-
|
|
58289
|
-
.e-indicator {
|
|
58290
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58291
|
-
color: $step-error-icon-color;
|
|
58292
|
-
}
|
|
58293
|
-
|
|
58294
|
-
.e-text,
|
|
58295
|
-
.e-label {
|
|
58296
|
-
color: $step-error-completed-color;
|
|
58297
|
-
}
|
|
58298
|
-
}
|
|
58299
|
-
|
|
58300
|
-
&.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58301
|
-
&.e-step-error .e-indicator:hover {
|
|
58302
|
-
color: $step-color;
|
|
58303
|
-
}
|
|
58304
|
-
|
|
58305
|
-
&.e-step-selected {
|
|
58306
|
-
.e-text,
|
|
58307
|
-
.e-label {
|
|
58308
|
-
font-weight: $stepper-font-weight;
|
|
58309
|
-
}
|
|
58310
|
-
}
|
|
58311
|
-
|
|
58312
|
-
&.e-step-valid.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58313
|
-
&.e-step-valid.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58314
|
-
.e-step-validation-icon {
|
|
58315
|
-
color: $step-valid-icon-only-color;
|
|
58316
|
-
}
|
|
58317
|
-
}
|
|
58318
|
-
|
|
58319
|
-
&.e-step-error.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58320
|
-
&.e-step-error.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58321
|
-
.e-step-validation-icon {
|
|
58322
|
-
color: $step-error-icon-only-color;
|
|
58323
|
-
}
|
|
58324
|
-
}
|
|
58325
|
-
|
|
58326
|
-
.e-text,
|
|
58327
|
-
.e-label {
|
|
58328
|
-
color: $stepper-text-color;
|
|
58329
|
-
}
|
|
58330
|
-
|
|
58331
|
-
&.e-step-selected:not(.e-step-error),
|
|
58332
|
-
&.e-step-completed:not(.e-step-error) {
|
|
58333
|
-
.e-text,
|
|
58334
|
-
.e-label {
|
|
58335
|
-
color: $step-completed-bg-color;
|
|
58336
|
-
}
|
|
58337
|
-
}
|
|
58338
|
-
|
|
58339
|
-
&.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58340
|
-
background-color: $stepper-outline-color;
|
|
58341
|
-
}
|
|
58342
|
-
|
|
58343
|
-
.e-step-text-container {
|
|
58344
|
-
background-color: $stepper-outline-color;
|
|
58345
|
-
border-color: transparent;
|
|
58346
|
-
}
|
|
58347
|
-
|
|
58348
|
-
&.e-step-selected .e-indicator {
|
|
58349
|
-
background: $step-completed-bg-color;
|
|
58350
|
-
}
|
|
58351
|
-
|
|
58352
|
-
&.e-step-disabled .e-indicator {
|
|
58353
|
-
background: $step-disabled-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58354
|
-
color: $step-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58355
|
-
}
|
|
58356
|
-
|
|
58357
|
-
&.e-step-disabled .e-text,
|
|
58358
|
-
&.e-step-disabled .e-label,
|
|
58359
|
-
&.e-step-disabled .e-step-validation-icon {
|
|
58360
|
-
color: $step-disabled-font-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58361
|
-
}
|
|
58169
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58170
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
58171
|
+
.e-step-notstarted .e-icons.e-step-indicator {
|
|
58172
|
+
border-color: $step-border-color;
|
|
58173
|
+
}
|
|
58174
|
+
.e-step-label-optional {
|
|
58175
|
+
color: $step-optional-color;
|
|
58176
|
+
}
|
|
58177
|
+
.e-step,
|
|
58178
|
+
.e-indicator {
|
|
58179
|
+
color: $step-color;
|
|
58180
|
+
background: $step-bg-color;
|
|
58181
|
+
}
|
|
58182
|
+
.e-step-indicator {
|
|
58183
|
+
color: transparent;
|
|
58184
|
+
}
|
|
58185
|
+
.e-step-completed .e-step,
|
|
58186
|
+
.e-step-inprogress .e-step,
|
|
58187
|
+
.e-step-completed .e-indicator,
|
|
58188
|
+
.e-step-inprogress .e-indicator,
|
|
58189
|
+
.e-step-completed .e-step-indicator,
|
|
58190
|
+
.e-step-inprogress .e-step-indicator {
|
|
58191
|
+
background: $step-completed-bg-color;
|
|
58192
|
+
color: $step-completed-color;
|
|
58193
|
+
}
|
|
58194
|
+
.e-step-selected .e-indicator {
|
|
58195
|
+
background: $step-completed-bg-color;
|
|
58196
|
+
}
|
|
58197
|
+
.e-step-valid .e-indicator {
|
|
58198
|
+
background: $step-valid-completed-bg-color;
|
|
58199
|
+
color: $step-valid-completed-color;
|
|
58200
|
+
}
|
|
58201
|
+
.e-step-error {
|
|
58202
|
+
.e-indicator {
|
|
58203
|
+
background: $step-error-completed-bg-color;
|
|
58204
|
+
color: $step-error-icon-color;
|
|
58205
|
+
}
|
|
58206
|
+
.e-text,
|
|
58207
|
+
.e-label {
|
|
58208
|
+
color: $step-error-completed-color;
|
|
58362
58209
|
}
|
|
58363
58210
|
}
|
|
58364
|
-
|
|
58365
|
-
|
|
58366
|
-
|
|
58367
|
-
|
|
58368
|
-
|
|
58369
|
-
|
|
58211
|
+
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58212
|
+
.e-step-error .e-indicator:hover {
|
|
58213
|
+
color: $step-color;
|
|
58214
|
+
}
|
|
58215
|
+
.e-step-selected {
|
|
58216
|
+
.e-text,
|
|
58217
|
+
.e-label {
|
|
58218
|
+
font-weight: $stepper-font-weight;
|
|
58219
|
+
}
|
|
58220
|
+
}
|
|
58221
|
+
.e-step-valid.e-step-text-only,
|
|
58222
|
+
.e-step-valid.e-step-label-only {
|
|
58223
|
+
.e-step-validation-icon {
|
|
58224
|
+
color: $step-valid-icon-only-color;
|
|
58225
|
+
}
|
|
58226
|
+
}
|
|
58227
|
+
.e-step-error.e-step-text-only,
|
|
58228
|
+
.e-step-error.e-step-label-only {
|
|
58229
|
+
.e-step-validation-icon {
|
|
58230
|
+
color: $step-error-icon-only-color;
|
|
58231
|
+
}
|
|
58232
|
+
}
|
|
58233
|
+
.e-text,
|
|
58234
|
+
.e-label {
|
|
58235
|
+
color: $stepper-text-color;
|
|
58236
|
+
}
|
|
58237
|
+
.e-step-selected:not(.e-step-error),
|
|
58238
|
+
.e-step-completed:not(.e-step-error) {
|
|
58239
|
+
.e-text,
|
|
58240
|
+
.e-label {
|
|
58241
|
+
color: $step-completed-bg-color;
|
|
58242
|
+
}
|
|
58243
|
+
}
|
|
58244
|
+
.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58245
|
+
background-color: $stepper-outline-color;
|
|
58246
|
+
}
|
|
58247
|
+
.e-step-text-container {
|
|
58248
|
+
background-color: $stepper-outline-color;
|
|
58249
|
+
border-color: transparent;
|
|
58250
|
+
}
|
|
58251
|
+
.e-step-disabled .e-indicator {
|
|
58252
|
+
background: $step-disabled-bg-color;
|
|
58253
|
+
color: $step-disabled-color;
|
|
58254
|
+
}
|
|
58255
|
+
.e-step-disabled .e-text,
|
|
58256
|
+
.e-step-disabled .e-label,
|
|
58257
|
+
.e-step-disabled .e-step-validation-icon {
|
|
58258
|
+
color: $step-disabled-font-color;
|
|
58259
|
+
}
|
|
58260
|
+
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
58261
|
+
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
58262
|
+
&.e-vertical .e-step-icon:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
58263
|
+
&.e-vertical.e-label-top .e-step-label-optional,
|
|
58264
|
+
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
58370
58265
|
background-color: $stepper-outline-color;
|
|
58371
58266
|
}
|
|
58372
|
-
|
|
58373
58267
|
.e-stepper-progressbar {
|
|
58374
58268
|
background-color: $step-progress-bg-color;
|
|
58375
|
-
|
|
58376
58269
|
>.e-progressbar-value {
|
|
58377
58270
|
background-color: $step-progress-value-bg-color;
|
|
58378
58271
|
}
|
|
58379
58272
|
}
|
|
58380
|
-
|
|
58381
|
-
&: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 {
|
|
58273
|
+
&:not(.e-steps-focus) .e-step-selected .e-step {
|
|
58382
58274
|
box-shadow: $step-selected-li-shadow;
|
|
58383
58275
|
}
|
|
58384
|
-
|
|
58385
|
-
.e-
|
|
58386
|
-
.e-
|
|
58387
|
-
.e-
|
|
58388
|
-
.e-
|
|
58389
|
-
&:not(.e-steps-focus) .e-
|
|
58390
|
-
&:not(.e-steps-focus) .e-
|
|
58391
|
-
|
|
58392
|
-
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
58276
|
+
.e-step-focus .e-step,
|
|
58277
|
+
.e-step-label-only.e-step-focus .e-label,
|
|
58278
|
+
.e-step-text-only.e-step-focus .e-text,
|
|
58279
|
+
.e-step-template.e-step-focus,
|
|
58280
|
+
&:not(.e-steps-focus) :focus-visible .e-step,
|
|
58281
|
+
&:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,
|
|
58282
|
+
&:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
58283
|
+
box-shadow: $step-keyboard-selected-li-shadow;
|
|
58393
58284
|
}
|
|
58394
58285
|
|
|
58395
|
-
&:not(.e-steps-focus) .e-
|
|
58396
|
-
.e-
|
|
58397
|
-
.e-
|
|
58398
|
-
.e-
|
|
58399
|
-
.e-
|
|
58286
|
+
&:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
58287
|
+
.e-step-valid.e-step-focus .e-step,
|
|
58288
|
+
.e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
58289
|
+
.e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
58290
|
+
.e-step-valid.e-step-template.e-step-focus {
|
|
58400
58291
|
box-shadow: $step-valid-li-shadow;
|
|
58401
58292
|
}
|
|
58402
58293
|
|
|
58403
|
-
&:not(.e-steps-focus) .e-
|
|
58404
|
-
.e-
|
|
58405
|
-
.e-
|
|
58406
|
-
.e-
|
|
58407
|
-
.e-
|
|
58294
|
+
&:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
58295
|
+
.e-step-error.e-step-focus .e-step,
|
|
58296
|
+
.e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
58297
|
+
.e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
58298
|
+
.e-step-error.e-step-template.e-step-focus {
|
|
58408
58299
|
box-shadow: $step-error-li-shadow;
|
|
58409
58300
|
}
|
|
58410
58301
|
|
|
58411
|
-
.e-
|
|
58412
|
-
.e-
|
|
58413
|
-
&.e-steps-focus .e-
|
|
58302
|
+
.e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
58303
|
+
.e-step-container:not(.e-step-focus).e-step-completed .e-step,
|
|
58304
|
+
&.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
58414
58305
|
box-shadow: $step-li-shadow;
|
|
58415
58306
|
}
|
|
58416
58307
|
|
|
58417
|
-
.e-
|
|
58418
|
-
.e-
|
|
58419
|
-
border-color: $step-hover-border-color
|
|
58308
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
58309
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
58310
|
+
border-color: $step-hover-border-color;
|
|
58420
58311
|
}
|
|
58421
58312
|
|
|
58422
|
-
.e-
|
|
58423
|
-
.e-
|
|
58424
|
-
border-color: $step-active-border-color
|
|
58313
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
58314
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
58315
|
+
border-color: $step-active-border-color;
|
|
58425
58316
|
}
|
|
58426
58317
|
|
|
58427
|
-
&:not(.e-step-type-label)
|
|
58428
|
-
|
|
58429
|
-
|
|
58318
|
+
&:not(.e-step-type-label) {
|
|
58319
|
+
.e-indicator:hover,
|
|
58320
|
+
.e-step:hover {
|
|
58321
|
+
color: $step-hover-text-color;
|
|
58322
|
+
background: $step-selected-hover-color;
|
|
58323
|
+
}
|
|
58430
58324
|
}
|
|
58431
58325
|
|
|
58432
|
-
&:not(.e-step-type-label) .e-
|
|
58433
|
-
&:not(.e-step-type-label) .e-
|
|
58434
|
-
|
|
58326
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58327
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58328
|
+
color: $step-hover-not-text-color;
|
|
58435
58329
|
}
|
|
58436
58330
|
|
|
58437
|
-
&:not(.e-step-type-label)
|
|
58438
|
-
|
|
58439
|
-
|
|
58440
|
-
|
|
58441
|
-
background: $step-selected-hover-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58331
|
+
&:not(.e-step-type-label) {
|
|
58332
|
+
.e-step-selected .e-indicator:active,
|
|
58333
|
+
.e-step-selected .e-step:active {
|
|
58334
|
+
background: $step-selected-active-color;
|
|
58442
58335
|
}
|
|
58443
|
-
|
|
58444
|
-
|
|
58445
|
-
|
|
58446
|
-
background: $step-valid-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58336
|
+
.e-step-valid.e-step-selected .e-indicator:active,
|
|
58337
|
+
.e-step-valid.e-step-selected .e-step:active {
|
|
58338
|
+
background: $step-valid-completed-bg-color;
|
|
58447
58339
|
}
|
|
58448
|
-
|
|
58449
|
-
|
|
58450
|
-
|
|
58451
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58340
|
+
.e-step-error.e-step-selected .e-indicator:active,
|
|
58341
|
+
.e-step-error.e-step-selected .e-step:active {
|
|
58342
|
+
background: $step-error-completed-bg-color;
|
|
58452
58343
|
}
|
|
58453
58344
|
}
|
|
58454
58345
|
|
|
58455
|
-
&:not(.e-step-type-label) .e-
|
|
58456
|
-
&:not(.e-step-type-label) .e-
|
|
58457
|
-
|
|
58346
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58347
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58348
|
+
background: $step-hover-color;
|
|
58458
58349
|
}
|
|
58459
58350
|
|
|
58460
|
-
&:not(.e-step-type-label) .e-
|
|
58461
|
-
|
|
58462
|
-
|
|
58463
|
-
|
|
58464
|
-
|
|
58465
|
-
|
|
58466
|
-
|
|
58467
|
-
|
|
58351
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,
|
|
58352
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:active {
|
|
58353
|
+
background: $step-active-color;
|
|
58354
|
+
}
|
|
58355
|
+
|
|
58356
|
+
&:not(.e-step-type-label) {
|
|
58357
|
+
.e-step-valid .e-indicator:hover,
|
|
58358
|
+
.e-step-valid .e-step:hover {
|
|
58359
|
+
color: $step-hover-text-color;
|
|
58360
|
+
background: $step-valid-completed-bg-color;
|
|
58468
58361
|
}
|
|
58469
|
-
|
|
58470
|
-
|
|
58471
|
-
|
|
58362
|
+
.e-step-error .e-indicator:hover,
|
|
58363
|
+
.e-step-error .e-step:hover {
|
|
58364
|
+
color: $step-hover-text-color;
|
|
58365
|
+
background: $step-error-completed-bg-color;
|
|
58472
58366
|
}
|
|
58473
58367
|
}
|
|
58474
58368
|
}
|
|
@@ -81323,7 +81217,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81323
81217
|
text-align: left;
|
|
81324
81218
|
}
|
|
81325
81219
|
|
|
81326
|
-
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
81220
|
+
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
81327
81221
|
border-width: $grid-headercell-both-border-width;
|
|
81328
81222
|
}
|
|
81329
81223
|
|
|
@@ -81349,7 +81243,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81349
81243
|
border-right-width: 1px;
|
|
81350
81244
|
}
|
|
81351
81245
|
|
|
81352
|
-
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
81246
|
+
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
81353
81247
|
border-width: $grid-rtl-headercell-both-border-width;
|
|
81354
81248
|
}
|
|
81355
81249
|
|
|
@@ -83234,6 +83128,14 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83234
83128
|
border-top: 1px solid $grid-header-border-color;
|
|
83235
83129
|
}
|
|
83236
83130
|
|
|
83131
|
+
.e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
|
|
83132
|
+
border-top: 0 solid $grid-header-border-color;
|
|
83133
|
+
}
|
|
83134
|
+
|
|
83135
|
+
.e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
|
|
83136
|
+
border-bottom: 0;
|
|
83137
|
+
}
|
|
83138
|
+
|
|
83237
83139
|
.e-ccdlg {
|
|
83238
83140
|
.e-footer-content {
|
|
83239
83141
|
border-color: $grid-columnchooser-footer-border-color;
|
|
@@ -87914,7 +87816,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
87914
87816
|
|
|
87915
87817
|
//Focus state for Normal and Outline GroupButton
|
|
87916
87818
|
.e-btn:focus,
|
|
87917
|
-
input:focus+label.e-btn {
|
|
87819
|
+
input:focus-visible+label.e-btn {
|
|
87918
87820
|
@include button-focus;
|
|
87919
87821
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
87920
87822
|
box-shadow: none;
|