@syncfusion/blazor-themes 25.1.39 → 25.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SCSS-Themes/bds-dark.scss +331 -429
- package/SCSS-Themes/bds.scss +331 -429
- package/SCSS-Themes/bootstrap-dark.scss +331 -429
- package/SCSS-Themes/bootstrap.scss +331 -429
- package/SCSS-Themes/bootstrap4.scss +331 -429
- package/SCSS-Themes/bootstrap5-dark.scss +331 -429
- package/SCSS-Themes/bootstrap5.scss +331 -429
- package/SCSS-Themes/fabric-dark.scss +331 -429
- package/SCSS-Themes/fabric.scss +331 -429
- package/SCSS-Themes/fluent-dark.scss +331 -429
- package/SCSS-Themes/fluent.scss +331 -429
- package/SCSS-Themes/grids/grid/bds-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bds.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +10 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/fabric.scss +10 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/fluent.scss +10 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +10 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/material.scss +10 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/material3.scss +10 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +10 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +10 -2
- package/SCSS-Themes/highcontrast.scss +331 -429
- package/SCSS-Themes/material-dark.scss +331 -429
- package/SCSS-Themes/material.scss +331 -429
- package/SCSS-Themes/material3-dark.scss +331 -429
- package/SCSS-Themes/material3.scss +331 -429
- package/SCSS-Themes/navigations/stepper/bds-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bds.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap4.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap5-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/bootstrap5.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fabric-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fabric.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fluent-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/fluent.scss +323 -429
- package/SCSS-Themes/navigations/stepper/highcontrast.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material3-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/material3.scss +323 -429
- package/SCSS-Themes/navigations/stepper/tailwind-dark.scss +323 -429
- package/SCSS-Themes/navigations/stepper/tailwind.scss +323 -429
- package/SCSS-Themes/splitbuttons/button-group/bds-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bds.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap4.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/bootstrap5.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fabric-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fabric.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fluent-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/fluent.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/highcontrast.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material3-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/material3.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/tailwind-dark.scss +1 -1
- package/SCSS-Themes/splitbuttons/button-group/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +331 -429
- package/SCSS-Themes/tailwind.scss +331 -429
- package/package.json +1 -1
|
@@ -58530,12 +58530,11 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58530
58530
|
.e-stepper {
|
|
58531
58531
|
position: relative;
|
|
58532
58532
|
&.e-stepper-readonly,
|
|
58533
|
-
.e-
|
|
58533
|
+
.e-step-disabled {
|
|
58534
58534
|
cursor: default;
|
|
58535
58535
|
pointer-events: none;
|
|
58536
58536
|
}
|
|
58537
|
-
|
|
58538
|
-
&.e-step-type-indicator .e-stepper-steps .e-step-container {
|
|
58537
|
+
&.e-step-type-indicator .e-step-container {
|
|
58539
58538
|
&:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58540
58539
|
.e-icons.e-step-indicator {
|
|
58541
58540
|
font-size: $stepper-step-width;
|
|
@@ -58548,12 +58547,12 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58548
58547
|
}
|
|
58549
58548
|
|
|
58550
58549
|
//For Blazor Stepper Tooltip
|
|
58551
|
-
.e-
|
|
58552
|
-
&.e-vertical.e-label-after .e-
|
|
58553
|
-
&.e-vertical.e-label-before .e-
|
|
58550
|
+
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
58551
|
+
&.e-vertical.e-label-after .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
58552
|
+
&.e-vertical.e-label-before .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
58554
58553
|
position: relative;
|
|
58555
58554
|
}
|
|
58556
|
-
&.e-horizontal .e-
|
|
58555
|
+
&.e-horizontal .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
58557
58556
|
position: unset;
|
|
58558
58557
|
}
|
|
58559
58558
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -58578,15 +58577,14 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58578
58577
|
top: -6px;
|
|
58579
58578
|
}
|
|
58580
58579
|
}
|
|
58581
|
-
.e-
|
|
58580
|
+
.e-step-icon.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
58582
58581
|
left: unset;
|
|
58583
58582
|
top: 0;
|
|
58584
58583
|
transform: translate(0%, -135%);
|
|
58585
58584
|
}
|
|
58586
|
-
&.e-step-type-indicator .e-
|
|
58585
|
+
&.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
58587
58586
|
transform: translate(-50%, -115%);
|
|
58588
58587
|
}
|
|
58589
|
-
|
|
58590
58588
|
.e-stepper-steps {
|
|
58591
58589
|
display: flex;
|
|
58592
58590
|
padding: 0;
|
|
@@ -58594,124 +58592,170 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58594
58592
|
justify-content: space-between;
|
|
58595
58593
|
position: relative;
|
|
58596
58594
|
align-items: flex-start;
|
|
58597
|
-
.e-step-container
|
|
58598
|
-
|
|
58599
|
-
|
|
58600
|
-
|
|
58601
|
-
|
|
58602
|
-
|
|
58603
|
-
|
|
58604
|
-
|
|
58605
|
-
|
|
58606
|
-
|
|
58607
|
-
|
|
58608
|
-
|
|
58609
|
-
|
|
58610
|
-
|
|
58611
|
-
|
|
58612
|
-
|
|
58613
|
-
|
|
58614
|
-
|
|
58595
|
+
.e-step-container,
|
|
58596
|
+
.e-step,
|
|
58597
|
+
.e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
58598
|
+
.e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
58599
|
+
.e-step-label-container {
|
|
58600
|
+
display: flex;
|
|
58601
|
+
align-items: center;
|
|
58602
|
+
justify-content: center;
|
|
58603
|
+
}
|
|
58604
|
+
}
|
|
58605
|
+
.e-step-container {
|
|
58606
|
+
max-width: var(--max-width);
|
|
58607
|
+
list-style-type: none;
|
|
58608
|
+
cursor: pointer;
|
|
58609
|
+
text-align: center;
|
|
58610
|
+
.e-step-label-container,
|
|
58611
|
+
.e-step-text-container {
|
|
58612
|
+
max-width: clamp(100%, 10em, 100%);
|
|
58613
|
+
white-space: nowrap;
|
|
58614
|
+
}
|
|
58615
|
+
.e-step-label-optional {
|
|
58616
|
+
font-size: $stepper-optional-size;
|
|
58617
|
+
flex-basis: 100%;
|
|
58618
|
+
}
|
|
58619
|
+
.e-step-optional-container {
|
|
58620
|
+
display: flex;
|
|
58621
|
+
flex-direction: column;
|
|
58622
|
+
}
|
|
58623
|
+
.e-step-content {
|
|
58624
|
+
font-size: $stepper-icon-size;
|
|
58625
|
+
line-height: 0;
|
|
58626
|
+
}
|
|
58627
|
+
.e-indicator {
|
|
58628
|
+
font-size: $stepper-icon-size;
|
|
58629
|
+
}
|
|
58630
|
+
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58631
|
+
padding: $stepper-icon-text-padding;
|
|
58632
|
+
}
|
|
58633
|
+
&.e-step-text-only .e-step-text-container,
|
|
58634
|
+
&.e-step-label-only .e-step-label-container {
|
|
58635
|
+
padding: $stepper-text-padding;
|
|
58636
|
+
padding-block: 5px;
|
|
58637
|
+
}
|
|
58638
|
+
&.e-step-text-only.e-step-error .e-step-text-container,
|
|
58639
|
+
&.e-step-text-only.e-step-valid .e-step-text-container,
|
|
58640
|
+
&.e-step-label-only.e-step-error .e-step-label-container,
|
|
58641
|
+
&.e-step-label-only.e-step-valid .e-step-label-container {
|
|
58642
|
+
flex-direction: column;
|
|
58643
|
+
.e-step-validation-icon {
|
|
58644
|
+
position: relative;
|
|
58645
|
+
top: $stepper-validation-position;
|
|
58615
58646
|
}
|
|
58616
58647
|
}
|
|
58648
|
+
.e-step-label-container,
|
|
58649
|
+
.e-step-text-container {
|
|
58650
|
+
font-size: $stepper-text-size;
|
|
58651
|
+
}
|
|
58652
|
+
.e-step,
|
|
58653
|
+
.e-indicator {
|
|
58654
|
+
border-radius: $stepper-step-radius;
|
|
58655
|
+
min-width: $stepper-step-width;
|
|
58656
|
+
min-height: $stepper-step-width;
|
|
58657
|
+
}
|
|
58658
|
+
}
|
|
58659
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58660
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator {
|
|
58661
|
+
border: $step-border;
|
|
58617
58662
|
}
|
|
58618
|
-
|
|
58619
58663
|
&.e-horizontal {
|
|
58620
58664
|
display: block;
|
|
58621
58665
|
.e-stepper-steps {
|
|
58622
58666
|
flex-direction: row;
|
|
58623
58667
|
}
|
|
58624
|
-
|
|
58625
58668
|
&.e-label-before,
|
|
58626
58669
|
&.e-label-after {
|
|
58627
|
-
&:has(.e-
|
|
58670
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58628
58671
|
margin-left: var(--progress-left-position);
|
|
58629
58672
|
top: var(--progress-top-position);
|
|
58630
58673
|
width: var(--progress-bar-width);
|
|
58631
58674
|
}
|
|
58632
58675
|
}
|
|
58633
|
-
|
|
58634
58676
|
&.e-label-before.e-rtl,
|
|
58635
58677
|
&.e-label-after.e-rtl {
|
|
58636
|
-
&:has(.e-
|
|
58678
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58637
58679
|
margin-right: var(--progress-left-position);
|
|
58638
58680
|
margin-left: unset;
|
|
58639
58681
|
}
|
|
58640
58682
|
}
|
|
58641
|
-
|
|
58642
|
-
|
|
58643
|
-
&.e-horizontal .e-stepper-steps .e-step-container {
|
|
58644
|
-
&.e-step-icon.e-step-label {
|
|
58683
|
+
.e-step-icon.e-step-label {
|
|
58645
58684
|
gap: 1em;
|
|
58685
|
+
flex-direction: column;
|
|
58646
58686
|
}
|
|
58647
|
-
|
|
58648
|
-
&.e-step-icon.e-step-label .e-step-label-container {
|
|
58687
|
+
.e-step-icon.e-step-label .e-step-label-container {
|
|
58649
58688
|
position: relative;
|
|
58650
58689
|
&.e-label-before {
|
|
58651
58690
|
order: -1;
|
|
58652
58691
|
}
|
|
58653
58692
|
}
|
|
58654
|
-
|
|
58655
|
-
|
|
58656
|
-
&.e-step-icon.e-step-label {
|
|
58657
|
-
flex-direction: column;
|
|
58693
|
+
&.e-label-start .e-step-text-container {
|
|
58694
|
+
order: $stepper-label-order;
|
|
58658
58695
|
}
|
|
58659
|
-
|
|
58660
|
-
|
|
58661
|
-
|
|
58662
|
-
|
|
58663
|
-
}
|
|
58664
|
-
|
|
58665
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58666
|
-
position: absolute;
|
|
58667
|
-
top: 2.5em;
|
|
58668
|
-
margin-left: 2.5em;
|
|
58669
|
-
}
|
|
58670
|
-
|
|
58671
|
-
&.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,
|
|
58672
|
-
&.e-horizontal.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58673
|
-
margin-right: 2.5em;
|
|
58674
|
-
margin-left: unset;
|
|
58675
|
-
}
|
|
58676
|
-
|
|
58677
|
-
&.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 {
|
|
58678
|
-
margin-right: unset;
|
|
58679
|
-
margin-left: 2.5em;
|
|
58680
|
-
}
|
|
58681
|
-
|
|
58682
|
-
&.e-horizontal.e-label-before .e-stepper-steps {
|
|
58683
|
-
&:has(.e-step-label-optional) {
|
|
58684
|
-
align-items: flex-end;
|
|
58696
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58697
|
+
position: absolute;
|
|
58698
|
+
top: 2.5em;
|
|
58699
|
+
margin-left: 2.5em;
|
|
58685
58700
|
}
|
|
58686
|
-
|
|
58687
|
-
|
|
58688
|
-
|
|
58701
|
+
&.e-label-start .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
58702
|
+
&.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58703
|
+
margin-right: 2.5em;
|
|
58704
|
+
margin-left: unset;
|
|
58705
|
+
}
|
|
58706
|
+
&.e-label-start.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58707
|
+
margin-right: unset;
|
|
58708
|
+
margin-left: 2.5em;
|
|
58709
|
+
}
|
|
58710
|
+
&.e-label-before .e-stepper-steps {
|
|
58711
|
+
&:has(.e-step-label-optional) {
|
|
58712
|
+
align-items: flex-end;
|
|
58713
|
+
}
|
|
58714
|
+
.e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58715
|
+
flex-direction: column;
|
|
58716
|
+
gap: .5em;
|
|
58717
|
+
}
|
|
58718
|
+
}
|
|
58719
|
+
.e-text,
|
|
58720
|
+
.e-label,
|
|
58721
|
+
.e-step-label-optional {
|
|
58722
|
+
text-overflow: ellipsis;
|
|
58723
|
+
overflow: hidden;
|
|
58724
|
+
}
|
|
58725
|
+
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
58726
|
+
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
58727
|
+
.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58728
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58729
|
+
flex-wrap: wrap;
|
|
58730
|
+
}
|
|
58731
|
+
&.e-step-type-indicator .e-step-container {
|
|
58732
|
+
flex-wrap: wrap;
|
|
58733
|
+
}
|
|
58734
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58735
|
+
margin-top: .5em;
|
|
58736
|
+
}
|
|
58737
|
+
&.e-label-after .e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
58738
|
+
margin-top: .2em;
|
|
58689
58739
|
}
|
|
58690
58740
|
}
|
|
58691
|
-
|
|
58692
58741
|
&.e-vertical {
|
|
58693
58742
|
min-height: inherit;
|
|
58694
58743
|
display: inline-block;
|
|
58695
|
-
|
|
58696
|
-
.e-
|
|
58697
|
-
.e-stepper-steps .e-step-container.e-step-template {
|
|
58744
|
+
.e-step-label.e-step-label-only,
|
|
58745
|
+
.e-step-template {
|
|
58698
58746
|
position: relative;
|
|
58699
58747
|
}
|
|
58700
|
-
|
|
58701
|
-
&:not(.e-label-top):not(.e-label-bottom) .e-stepper-steps .e-step-container .e-step-label-optional {
|
|
58748
|
+
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
58702
58749
|
position: absolute;
|
|
58703
58750
|
}
|
|
58704
|
-
|
|
58705
|
-
&: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 {
|
|
58751
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58706
58752
|
margin-top: $stepper-label-optional;
|
|
58707
58753
|
margin-left: 4em;
|
|
58708
58754
|
}
|
|
58709
|
-
|
|
58710
|
-
&.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 {
|
|
58755
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58711
58756
|
margin-left: unset;
|
|
58712
58757
|
margin-right: 4em;
|
|
58713
58758
|
}
|
|
58714
|
-
|
|
58715
58759
|
.e-stepper-steps {
|
|
58716
58760
|
flex-direction: column;
|
|
58717
58761
|
min-height: inherit;
|
|
@@ -58720,49 +58764,42 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58720
58764
|
margin: $stepper-ol-padding;
|
|
58721
58765
|
justify-content: space-between;
|
|
58722
58766
|
}
|
|
58723
|
-
|
|
58724
58767
|
&.e-rtl .e-stepper-steps {
|
|
58725
58768
|
float: right;
|
|
58726
58769
|
}
|
|
58727
|
-
|
|
58728
|
-
.e-stepper-steps:has(.e-step-
|
|
58729
|
-
.e-stepper-steps:has(.e-step-
|
|
58730
|
-
.e-stepper-steps:has(.e-step-
|
|
58731
|
-
&.e-label-after .e-stepper-steps:has(.e-step-container.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58770
|
+
.e-stepper-steps:has(.e-step-icon:not(.e-step-text):not(.e-step-label)),
|
|
58771
|
+
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
58772
|
+
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
58773
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58732
58774
|
&.e-step-type-indicator .e-stepper-steps {
|
|
58733
58775
|
align-items: center;
|
|
58734
58776
|
}
|
|
58735
|
-
|
|
58736
|
-
.e-
|
|
58737
|
-
.e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58777
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58778
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58738
58779
|
margin-left: $stepper-text-postion;
|
|
58739
58780
|
}
|
|
58740
|
-
|
|
58741
58781
|
&.e-rtl {
|
|
58742
|
-
.e-
|
|
58743
|
-
.e-
|
|
58782
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58783
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58744
58784
|
margin-left: unset;
|
|
58745
58785
|
margin-right: $stepper-text-postion;
|
|
58746
58786
|
}
|
|
58747
58787
|
}
|
|
58748
|
-
|
|
58749
|
-
|
|
58750
|
-
|
|
58751
|
-
.e-
|
|
58752
|
-
.e-stepper-steps .e-step-container.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58788
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58789
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
58790
|
+
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
58791
|
+
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58753
58792
|
flex-direction: column;
|
|
58754
58793
|
.e-step-label-optional {
|
|
58755
58794
|
position: unset;
|
|
58756
58795
|
}
|
|
58757
58796
|
}
|
|
58758
|
-
|
|
58759
|
-
|
|
58760
|
-
&.e-label-before .e-stepper-steps .e-step-container .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58797
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58798
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58761
58799
|
gap: .5em;
|
|
58762
58800
|
}
|
|
58763
|
-
|
|
58764
|
-
&.e-label-
|
|
58765
|
-
&.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label {
|
|
58801
|
+
&.e-label-before .e-step-icon.e-step-label,
|
|
58802
|
+
&.e-label-after .e-step-icon.e-step-label {
|
|
58766
58803
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58767
58804
|
flex-direction: column;
|
|
58768
58805
|
.e-label {
|
|
@@ -58773,43 +58810,37 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58773
58810
|
position: unset;
|
|
58774
58811
|
}
|
|
58775
58812
|
}
|
|
58776
|
-
|
|
58777
|
-
.e-stepper-steps .e-step-container {
|
|
58813
|
+
.e-step-container {
|
|
58778
58814
|
&.e-step-label.e-step-text:not(.e-step-icon) .e-step-label-container.e-label-after {
|
|
58779
58815
|
position: absolute;
|
|
58780
58816
|
.e-step-label-optional {
|
|
58781
58817
|
left: $stepper-ol-padding;
|
|
58782
58818
|
}
|
|
58783
58819
|
}
|
|
58784
|
-
|
|
58785
58820
|
.e-step-label-container.e-label-after {
|
|
58786
58821
|
.e-step-label-optional {
|
|
58787
58822
|
font-size: $stepper-optional-size;
|
|
58788
58823
|
}
|
|
58789
58824
|
}
|
|
58790
|
-
|
|
58791
58825
|
.e-step-label-container.e-label-before .e-label {
|
|
58792
58826
|
width: var(--label-width);
|
|
58793
58827
|
}
|
|
58794
|
-
|
|
58795
58828
|
&:not(.e-step-text-only) .e-step-text-container {
|
|
58796
58829
|
border: none;
|
|
58797
58830
|
border-radius: unset;
|
|
58798
58831
|
padding: $stepper-text-vert-padding;
|
|
58799
58832
|
}
|
|
58800
|
-
|
|
58801
|
-
&.e-step-
|
|
58802
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58833
|
+
&.e-step-text-only .e-step-text-container,
|
|
58834
|
+
&.e-step-label-only .e-step-label-container {
|
|
58803
58835
|
position: unset;
|
|
58804
58836
|
}
|
|
58805
58837
|
}
|
|
58806
58838
|
&.e-label-top {
|
|
58807
|
-
.e-
|
|
58839
|
+
.e-step-label-optional {
|
|
58808
58840
|
padding-bottom: 6px;
|
|
58809
58841
|
}
|
|
58810
58842
|
}
|
|
58811
58843
|
}
|
|
58812
|
-
|
|
58813
58844
|
&.e-vertical.e-label-top,
|
|
58814
58845
|
&.e-vertical.e-label-bottom {
|
|
58815
58846
|
.e-stepper-steps {
|
|
@@ -58817,98 +58848,17 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58817
58848
|
.e-step-container {
|
|
58818
58849
|
flex-direction: column;
|
|
58819
58850
|
.e-step-text-container {
|
|
58820
|
-
margin-left: $stepper-ol-padding
|
|
58851
|
+
margin-left: $stepper-ol-padding;
|
|
58821
58852
|
}
|
|
58822
58853
|
}
|
|
58823
58854
|
}
|
|
58824
58855
|
}
|
|
58825
|
-
|
|
58826
|
-
&.e-vertical.e-label-top .e-stepper-steps .e-step-container {
|
|
58856
|
+
&.e-vertical.e-label-top .e-step-container {
|
|
58827
58857
|
.e-step-label-optional,
|
|
58828
58858
|
.e-step-text-container {
|
|
58829
58859
|
order: $stepper-label-order;
|
|
58830
58860
|
}
|
|
58831
58861
|
}
|
|
58832
|
-
.e-stepper-steps {
|
|
58833
|
-
.e-step-container,
|
|
58834
|
-
.e-step-container .e-step,
|
|
58835
|
-
.e-step-container.e-step-valid.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58836
|
-
.e-step-container.e-step-error.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58837
|
-
.e-step-container .e-step-label-container {
|
|
58838
|
-
display: flex;
|
|
58839
|
-
align-items: center;
|
|
58840
|
-
justify-content: center;
|
|
58841
|
-
}
|
|
58842
|
-
}
|
|
58843
|
-
|
|
58844
|
-
&.e-horizontal {
|
|
58845
|
-
.e-stepper-steps {
|
|
58846
|
-
.e-step-container.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58847
|
-
.e-step-container.e-step-label.e-step-label-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58848
|
-
.e-step-container.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58849
|
-
.e-step-container .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58850
|
-
flex-wrap: wrap;
|
|
58851
|
-
}
|
|
58852
|
-
}
|
|
58853
|
-
&.e-step-type-indicator .e-step-container {
|
|
58854
|
-
flex-wrap: wrap;
|
|
58855
|
-
}
|
|
58856
|
-
}
|
|
58857
|
-
|
|
58858
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58859
|
-
margin-top: .5em;
|
|
58860
|
-
}
|
|
58861
|
-
|
|
58862
|
-
&.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 {
|
|
58863
|
-
margin-top: .2em;
|
|
58864
|
-
}
|
|
58865
|
-
|
|
58866
|
-
.e-stepper-steps .e-step-container {
|
|
58867
|
-
list-style-type: none;
|
|
58868
|
-
cursor: pointer;
|
|
58869
|
-
text-align: center;
|
|
58870
|
-
|
|
58871
|
-
.e-step-content {
|
|
58872
|
-
font-size: $stepper-icon-size;
|
|
58873
|
-
line-height: 0;
|
|
58874
|
-
}
|
|
58875
|
-
|
|
58876
|
-
.e-indicator {
|
|
58877
|
-
font-size: $stepper-icon-size;
|
|
58878
|
-
}
|
|
58879
|
-
|
|
58880
|
-
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58881
|
-
padding: $stepper-icon-text-padding;
|
|
58882
|
-
}
|
|
58883
|
-
|
|
58884
|
-
&.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58885
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58886
|
-
padding: $stepper-text-padding;
|
|
58887
|
-
padding-block: 5px;
|
|
58888
|
-
}
|
|
58889
|
-
|
|
58890
|
-
&.e-step-text-only.e-step-error:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58891
|
-
&.e-step-text-only.e-step-valid:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58892
|
-
&.e-step-label-only.e-step-error:not(.e-step-icon.e-step-text) .e-step-label-container,
|
|
58893
|
-
&.e-step-label-only.e-step-valid:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58894
|
-
flex-direction: column;
|
|
58895
|
-
.e-step-validation-icon {
|
|
58896
|
-
position: relative;
|
|
58897
|
-
top: $stepper-validation-position;
|
|
58898
|
-
}
|
|
58899
|
-
}
|
|
58900
|
-
.e-step-label-container,
|
|
58901
|
-
.e-step-text-container {
|
|
58902
|
-
font-size: $stepper-text-size;
|
|
58903
|
-
}
|
|
58904
|
-
.e-step,
|
|
58905
|
-
.e-indicator {
|
|
58906
|
-
border-radius: $stepper-step-radius;
|
|
58907
|
-
min-width: $stepper-step-width;
|
|
58908
|
-
min-height: $stepper-step-width;
|
|
58909
|
-
}
|
|
58910
|
-
}
|
|
58911
|
-
|
|
58912
58862
|
.e-stepper-progressbar {
|
|
58913
58863
|
height: $stepper-progress-bar-height;
|
|
58914
58864
|
position: absolute;
|
|
@@ -58923,7 +58873,6 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58923
58873
|
transition-delay: var(--delay);
|
|
58924
58874
|
}
|
|
58925
58875
|
}
|
|
58926
|
-
|
|
58927
58876
|
&.e-vertical .e-stepper-progressbar {
|
|
58928
58877
|
min-height: inherit;
|
|
58929
58878
|
width: $stepper-progress-bar-height;
|
|
@@ -58936,40 +58885,26 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58936
58885
|
transition-property: height;
|
|
58937
58886
|
}
|
|
58938
58887
|
}
|
|
58939
|
-
|
|
58940
58888
|
&.e-vertical.e-rtl .e-stepper-progressbar {
|
|
58941
58889
|
right: var(--progress-position);
|
|
58942
58890
|
left: unset;
|
|
58943
58891
|
}
|
|
58944
|
-
|
|
58945
|
-
|
|
58946
|
-
.e-stepper-steps .e-step-container.e-step-focus .e-indicator {
|
|
58892
|
+
&:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
|
|
58893
|
+
.e-step-focus .e-indicator {
|
|
58947
58894
|
z-index: 0;
|
|
58948
58895
|
}
|
|
58949
|
-
|
|
58950
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
58896
|
+
.e-step-template.e-step-focus {
|
|
58951
58897
|
outline: $stepper-temp-outline-width;
|
|
58952
58898
|
}
|
|
58953
58899
|
}
|
|
58954
|
-
|
|
58955
58900
|
.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip {
|
|
58956
58901
|
.e-arrow-tip.e-tip-bottom {
|
|
58957
58902
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
58958
58903
|
}
|
|
58959
58904
|
}
|
|
58960
|
-
|
|
58961
|
-
.e-stepper.e-horizontal .e-stepper-steps .e-step-container {
|
|
58962
|
-
.e-text,
|
|
58963
|
-
.e-label,
|
|
58964
|
-
.e-step-label-optional {
|
|
58965
|
-
text-overflow: ellipsis;
|
|
58966
|
-
overflow: hidden;
|
|
58967
|
-
}
|
|
58968
|
-
}
|
|
58969
|
-
|
|
58970
58905
|
.e-small.e-stepper,
|
|
58971
58906
|
.e-small .e-stepper {
|
|
58972
|
-
&.e-step-type-indicator .e-
|
|
58907
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58973
58908
|
.e-icons.e-step-indicator {
|
|
58974
58909
|
font-size: $stepper-small-step-width;
|
|
58975
58910
|
}
|
|
@@ -58978,39 +58913,33 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
58978
58913
|
height: $stepper-small-step-width;
|
|
58979
58914
|
}
|
|
58980
58915
|
}
|
|
58981
|
-
|
|
58982
|
-
.e-stepper-steps .e-step-container {
|
|
58916
|
+
.e-step-container {
|
|
58983
58917
|
.e-step,
|
|
58984
58918
|
.e-indicator {
|
|
58985
58919
|
min-width: $stepper-small-step-width;
|
|
58986
58920
|
min-height: $stepper-small-step-width;
|
|
58987
58921
|
}
|
|
58988
|
-
|
|
58989
58922
|
.e-indicator {
|
|
58990
58923
|
font-size: $stepper-small-icon-size;
|
|
58991
58924
|
}
|
|
58992
|
-
|
|
58993
58925
|
.e-step-text-container,
|
|
58994
58926
|
.e-step-label-container {
|
|
58995
58927
|
font-size: $stepper-small-text-size;
|
|
58996
58928
|
}
|
|
58997
|
-
|
|
58998
58929
|
.e-step-content {
|
|
58999
58930
|
font-size: $stepper-small-icon-size;
|
|
59000
58931
|
}
|
|
59001
|
-
|
|
59002
58932
|
.e-step-label-optional {
|
|
59003
58933
|
font-size: $stepper-small-optional-size;
|
|
59004
58934
|
}
|
|
59005
58935
|
}
|
|
59006
|
-
&.e-vertical .e-
|
|
58936
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
59007
58937
|
font-size: $stepper-small-optional-size;
|
|
59008
58938
|
}
|
|
59009
58939
|
}
|
|
59010
|
-
|
|
59011
58940
|
.e-bigger.e-stepper,
|
|
59012
58941
|
.e-bigger .e-stepper {
|
|
59013
|
-
&.e-step-type-indicator .e-
|
|
58942
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
59014
58943
|
.e-icons.e-step-indicator {
|
|
59015
58944
|
font-size: $stepper-bigger-step-width;
|
|
59016
58945
|
}
|
|
@@ -59019,32 +58948,27 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
59019
58948
|
height: $stepper-bigger-step-width;
|
|
59020
58949
|
}
|
|
59021
58950
|
}
|
|
59022
|
-
|
|
59023
|
-
.e-stepper-steps .e-step-container {
|
|
58951
|
+
.e-step-container {
|
|
59024
58952
|
.e-step,
|
|
59025
58953
|
.e-indicator {
|
|
59026
58954
|
min-width: $stepper-bigger-step-width;
|
|
59027
58955
|
min-height: $stepper-bigger-step-width;
|
|
59028
58956
|
}
|
|
59029
|
-
|
|
59030
58957
|
.e-indicator {
|
|
59031
58958
|
font-size: $stepper-bigger-icon-size;
|
|
59032
58959
|
}
|
|
59033
|
-
|
|
59034
58960
|
.e-step-text-container,
|
|
59035
58961
|
.e-step-label-container {
|
|
59036
58962
|
font-size: $stepper-bigger-text-size;
|
|
59037
58963
|
}
|
|
59038
|
-
|
|
59039
58964
|
.e-step-content {
|
|
59040
58965
|
font-size: $stepper-bigger-icon-size;
|
|
59041
58966
|
}
|
|
59042
|
-
|
|
59043
58967
|
.e-step-label-optional {
|
|
59044
58968
|
font-size: $stepper-bigger-optional-size;
|
|
59045
58969
|
}
|
|
59046
58970
|
}
|
|
59047
|
-
&.e-vertical .e-
|
|
58971
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
59048
58972
|
font-size: $stepper-bigger-optional-size;
|
|
59049
58973
|
}
|
|
59050
58974
|
}
|
|
@@ -59053,7 +58977,7 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
59053
58977
|
.e-bigger.e-small .e-stepper,
|
|
59054
58978
|
.e-bigger .e-small.e-stepper,
|
|
59055
58979
|
.e-small .e-bigger.e-stepper {
|
|
59056
|
-
&.e-step-type-indicator .e-
|
|
58980
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
59057
58981
|
.e-icons.e-step-indicator {
|
|
59058
58982
|
font-size: $stepper-bigger-small-step-width;
|
|
59059
58983
|
}
|
|
@@ -59062,31 +58986,27 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
59062
58986
|
height: $stepper-bigger-small-step-width;
|
|
59063
58987
|
}
|
|
59064
58988
|
}
|
|
59065
|
-
|
|
59066
|
-
.e-stepper-steps .e-step-container {
|
|
58989
|
+
.e-step-container {
|
|
59067
58990
|
.e-step,
|
|
59068
58991
|
.e-indicator {
|
|
59069
58992
|
min-width: $stepper-bigger-small-step-width;
|
|
59070
58993
|
min-height: $stepper-bigger-small-step-width;
|
|
59071
58994
|
}
|
|
59072
|
-
|
|
59073
58995
|
.e-indicator {
|
|
59074
58996
|
font-size: $stepper-bigger-small-icon-size;
|
|
59075
58997
|
}
|
|
59076
|
-
|
|
59077
58998
|
.e-step-text-container,
|
|
59078
|
-
.e-step-label-container{
|
|
58999
|
+
.e-step-label-container {
|
|
59079
59000
|
font-size: $stepper-bigger-small-text-size;
|
|
59080
59001
|
}
|
|
59081
59002
|
.e-step-content {
|
|
59082
59003
|
font-size: $stepper-bigger-small-icon-size;
|
|
59083
59004
|
}
|
|
59084
|
-
|
|
59085
59005
|
.e-step-label-optional {
|
|
59086
59006
|
font-size: $stepper-bigger-small-optional-size;
|
|
59087
59007
|
}
|
|
59088
59008
|
}
|
|
59089
|
-
&.e-vertical .e-
|
|
59009
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
59090
59010
|
font-size: $stepper-bigger-small-optional-size;
|
|
59091
59011
|
}
|
|
59092
59012
|
}
|
|
@@ -59095,229 +59015,203 @@ $step-indicator-color: $content-bg-color-alt5 !default;
|
|
|
59095
59015
|
|
|
59096
59016
|
@include export-module('stepper-theme') {
|
|
59097
59017
|
.e-stepper {
|
|
59098
|
-
.e-
|
|
59099
|
-
|
|
59100
|
-
|
|
59101
|
-
|
|
59102
|
-
|
|
59103
|
-
|
|
59104
|
-
|
|
59105
|
-
|
|
59106
|
-
|
|
59107
|
-
|
|
59108
|
-
|
|
59109
|
-
|
|
59110
|
-
|
|
59111
|
-
|
|
59112
|
-
|
|
59113
|
-
|
|
59114
|
-
|
|
59115
|
-
|
|
59116
|
-
|
|
59117
|
-
|
|
59118
|
-
|
|
59119
|
-
|
|
59120
|
-
|
|
59121
|
-
|
|
59122
|
-
|
|
59123
|
-
|
|
59124
|
-
|
|
59125
|
-
|
|
59126
|
-
|
|
59127
|
-
|
|
59128
|
-
|
|
59129
|
-
|
|
59130
|
-
|
|
59131
|
-
|
|
59132
|
-
|
|
59133
|
-
|
|
59134
|
-
|
|
59135
|
-
|
|
59136
|
-
|
|
59137
|
-
|
|
59138
|
-
.e-indicator {
|
|
59139
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59140
|
-
color: $step-error-icon-color;
|
|
59141
|
-
}
|
|
59142
|
-
|
|
59143
|
-
.e-text,
|
|
59144
|
-
.e-label {
|
|
59145
|
-
color: $step-error-completed-color;
|
|
59146
|
-
}
|
|
59147
|
-
}
|
|
59148
|
-
|
|
59149
|
-
&.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
59150
|
-
&.e-step-error .e-indicator:hover {
|
|
59151
|
-
color: $step-color;
|
|
59152
|
-
}
|
|
59153
|
-
|
|
59154
|
-
&.e-step-selected {
|
|
59155
|
-
.e-text,
|
|
59156
|
-
.e-label {
|
|
59157
|
-
font-weight: $stepper-font-weight;
|
|
59158
|
-
}
|
|
59159
|
-
}
|
|
59160
|
-
|
|
59161
|
-
&.e-step-valid.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
59162
|
-
&.e-step-valid.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
59163
|
-
.e-step-validation-icon {
|
|
59164
|
-
color: $step-valid-icon-only-color;
|
|
59165
|
-
}
|
|
59166
|
-
}
|
|
59167
|
-
|
|
59168
|
-
&.e-step-error.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
59169
|
-
&.e-step-error.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
59170
|
-
.e-step-validation-icon {
|
|
59171
|
-
color: $step-error-icon-only-color;
|
|
59172
|
-
}
|
|
59173
|
-
}
|
|
59174
|
-
|
|
59175
|
-
.e-text,
|
|
59176
|
-
.e-label {
|
|
59177
|
-
color: $stepper-text-color;
|
|
59178
|
-
}
|
|
59179
|
-
|
|
59180
|
-
&.e-step-selected:not(.e-step-error),
|
|
59181
|
-
&.e-step-completed:not(.e-step-error) {
|
|
59182
|
-
.e-text,
|
|
59183
|
-
.e-label {
|
|
59184
|
-
color: $step-completed-bg-color;
|
|
59185
|
-
}
|
|
59186
|
-
}
|
|
59187
|
-
|
|
59188
|
-
&.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
59189
|
-
background-color: $stepper-outline-color;
|
|
59190
|
-
}
|
|
59191
|
-
|
|
59192
|
-
.e-step-text-container {
|
|
59193
|
-
background-color: $stepper-outline-color;
|
|
59194
|
-
border-color: transparent;
|
|
59195
|
-
}
|
|
59196
|
-
|
|
59197
|
-
&.e-step-selected .e-indicator {
|
|
59198
|
-
background: $step-completed-bg-color;
|
|
59199
|
-
}
|
|
59200
|
-
|
|
59201
|
-
&.e-step-disabled .e-indicator {
|
|
59202
|
-
background: $step-disabled-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59203
|
-
color: $step-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59204
|
-
}
|
|
59205
|
-
|
|
59206
|
-
&.e-step-disabled .e-text,
|
|
59207
|
-
&.e-step-disabled .e-label,
|
|
59208
|
-
&.e-step-disabled .e-step-validation-icon {
|
|
59209
|
-
color: $step-disabled-font-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59210
|
-
}
|
|
59018
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
59019
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
59020
|
+
.e-step-notstarted .e-icons.e-step-indicator {
|
|
59021
|
+
border-color: $step-border-color;
|
|
59022
|
+
}
|
|
59023
|
+
.e-step-label-optional {
|
|
59024
|
+
color: $step-optional-color;
|
|
59025
|
+
}
|
|
59026
|
+
.e-step,
|
|
59027
|
+
.e-indicator {
|
|
59028
|
+
color: $step-color;
|
|
59029
|
+
background: $step-bg-color;
|
|
59030
|
+
}
|
|
59031
|
+
.e-step-indicator {
|
|
59032
|
+
color: transparent;
|
|
59033
|
+
}
|
|
59034
|
+
.e-step-completed .e-step,
|
|
59035
|
+
.e-step-inprogress .e-step,
|
|
59036
|
+
.e-step-completed .e-indicator,
|
|
59037
|
+
.e-step-inprogress .e-indicator,
|
|
59038
|
+
.e-step-completed .e-step-indicator,
|
|
59039
|
+
.e-step-inprogress .e-step-indicator {
|
|
59040
|
+
background: $step-completed-bg-color;
|
|
59041
|
+
color: $step-completed-color;
|
|
59042
|
+
}
|
|
59043
|
+
.e-step-selected .e-indicator {
|
|
59044
|
+
background: $step-completed-bg-color;
|
|
59045
|
+
}
|
|
59046
|
+
.e-step-valid .e-indicator {
|
|
59047
|
+
background: $step-valid-completed-bg-color;
|
|
59048
|
+
color: $step-valid-completed-color;
|
|
59049
|
+
}
|
|
59050
|
+
.e-step-error {
|
|
59051
|
+
.e-indicator {
|
|
59052
|
+
background: $step-error-completed-bg-color;
|
|
59053
|
+
color: $step-error-icon-color;
|
|
59054
|
+
}
|
|
59055
|
+
.e-text,
|
|
59056
|
+
.e-label {
|
|
59057
|
+
color: $step-error-completed-color;
|
|
59211
59058
|
}
|
|
59212
59059
|
}
|
|
59213
|
-
|
|
59214
|
-
|
|
59215
|
-
|
|
59216
|
-
|
|
59217
|
-
|
|
59218
|
-
|
|
59060
|
+
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
59061
|
+
.e-step-error .e-indicator:hover {
|
|
59062
|
+
color: $step-color;
|
|
59063
|
+
}
|
|
59064
|
+
.e-step-selected {
|
|
59065
|
+
.e-text,
|
|
59066
|
+
.e-label {
|
|
59067
|
+
font-weight: $stepper-font-weight;
|
|
59068
|
+
}
|
|
59069
|
+
}
|
|
59070
|
+
.e-step-valid.e-step-text-only,
|
|
59071
|
+
.e-step-valid.e-step-label-only {
|
|
59072
|
+
.e-step-validation-icon {
|
|
59073
|
+
color: $step-valid-icon-only-color;
|
|
59074
|
+
}
|
|
59075
|
+
}
|
|
59076
|
+
.e-step-error.e-step-text-only,
|
|
59077
|
+
.e-step-error.e-step-label-only {
|
|
59078
|
+
.e-step-validation-icon {
|
|
59079
|
+
color: $step-error-icon-only-color;
|
|
59080
|
+
}
|
|
59081
|
+
}
|
|
59082
|
+
.e-text,
|
|
59083
|
+
.e-label {
|
|
59084
|
+
color: $stepper-text-color;
|
|
59085
|
+
}
|
|
59086
|
+
.e-step-selected:not(.e-step-error),
|
|
59087
|
+
.e-step-completed:not(.e-step-error) {
|
|
59088
|
+
.e-text,
|
|
59089
|
+
.e-label {
|
|
59090
|
+
color: $step-completed-bg-color;
|
|
59091
|
+
}
|
|
59092
|
+
}
|
|
59093
|
+
.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
59094
|
+
background-color: $stepper-outline-color;
|
|
59095
|
+
}
|
|
59096
|
+
.e-step-text-container {
|
|
59097
|
+
background-color: $stepper-outline-color;
|
|
59098
|
+
border-color: transparent;
|
|
59099
|
+
}
|
|
59100
|
+
.e-step-disabled .e-indicator {
|
|
59101
|
+
background: $step-disabled-bg-color;
|
|
59102
|
+
color: $step-disabled-color;
|
|
59103
|
+
}
|
|
59104
|
+
.e-step-disabled .e-text,
|
|
59105
|
+
.e-step-disabled .e-label,
|
|
59106
|
+
.e-step-disabled .e-step-validation-icon {
|
|
59107
|
+
color: $step-disabled-font-color;
|
|
59108
|
+
}
|
|
59109
|
+
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
59110
|
+
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
59111
|
+
&.e-vertical .e-step-icon:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
59112
|
+
&.e-vertical.e-label-top .e-step-label-optional,
|
|
59113
|
+
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
59219
59114
|
background-color: $stepper-outline-color;
|
|
59220
59115
|
}
|
|
59221
|
-
|
|
59222
59116
|
.e-stepper-progressbar {
|
|
59223
59117
|
background-color: $step-progress-bg-color;
|
|
59224
|
-
|
|
59225
59118
|
>.e-progressbar-value {
|
|
59226
59119
|
background-color: $step-progress-value-bg-color;
|
|
59227
59120
|
}
|
|
59228
59121
|
}
|
|
59229
|
-
|
|
59230
|
-
&: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 {
|
|
59122
|
+
&:not(.e-steps-focus) .e-step-selected .e-step {
|
|
59231
59123
|
box-shadow: $step-selected-li-shadow;
|
|
59232
59124
|
}
|
|
59233
|
-
|
|
59234
|
-
.e-
|
|
59235
|
-
.e-
|
|
59236
|
-
.e-
|
|
59237
|
-
.e-
|
|
59238
|
-
&:not(.e-steps-focus) .e-
|
|
59239
|
-
&:not(.e-steps-focus) .e-
|
|
59240
|
-
|
|
59241
|
-
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
59125
|
+
.e-step-focus .e-step,
|
|
59126
|
+
.e-step-label-only.e-step-focus .e-label,
|
|
59127
|
+
.e-step-text-only.e-step-focus .e-text,
|
|
59128
|
+
.e-step-template.e-step-focus,
|
|
59129
|
+
&:not(.e-steps-focus) :focus-visible .e-step,
|
|
59130
|
+
&:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,
|
|
59131
|
+
&:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
59132
|
+
box-shadow: $step-keyboard-selected-li-shadow;
|
|
59242
59133
|
}
|
|
59243
59134
|
|
|
59244
|
-
&:not(.e-steps-focus) .e-
|
|
59245
|
-
.e-
|
|
59246
|
-
.e-
|
|
59247
|
-
.e-
|
|
59248
|
-
.e-
|
|
59135
|
+
&:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
59136
|
+
.e-step-valid.e-step-focus .e-step,
|
|
59137
|
+
.e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
59138
|
+
.e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
59139
|
+
.e-step-valid.e-step-template.e-step-focus {
|
|
59249
59140
|
box-shadow: $step-valid-li-shadow;
|
|
59250
59141
|
}
|
|
59251
59142
|
|
|
59252
|
-
&:not(.e-steps-focus) .e-
|
|
59253
|
-
.e-
|
|
59254
|
-
.e-
|
|
59255
|
-
.e-
|
|
59256
|
-
.e-
|
|
59143
|
+
&:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
59144
|
+
.e-step-error.e-step-focus .e-step,
|
|
59145
|
+
.e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
59146
|
+
.e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
59147
|
+
.e-step-error.e-step-template.e-step-focus {
|
|
59257
59148
|
box-shadow: $step-error-li-shadow;
|
|
59258
59149
|
}
|
|
59259
59150
|
|
|
59260
|
-
.e-
|
|
59261
|
-
.e-
|
|
59262
|
-
&.e-steps-focus .e-
|
|
59151
|
+
.e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
59152
|
+
.e-step-container:not(.e-step-focus).e-step-completed .e-step,
|
|
59153
|
+
&.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
59263
59154
|
box-shadow: $step-li-shadow;
|
|
59264
59155
|
}
|
|
59265
59156
|
|
|
59266
|
-
.e-
|
|
59267
|
-
.e-
|
|
59268
|
-
border-color: $step-hover-border-color
|
|
59157
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
59158
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
59159
|
+
border-color: $step-hover-border-color;
|
|
59269
59160
|
}
|
|
59270
59161
|
|
|
59271
|
-
.e-
|
|
59272
|
-
.e-
|
|
59273
|
-
border-color: $step-active-border-color
|
|
59162
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
59163
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
59164
|
+
border-color: $step-active-border-color;
|
|
59274
59165
|
}
|
|
59275
59166
|
|
|
59276
|
-
&:not(.e-step-type-label)
|
|
59277
|
-
|
|
59278
|
-
|
|
59167
|
+
&:not(.e-step-type-label) {
|
|
59168
|
+
.e-indicator:hover,
|
|
59169
|
+
.e-step:hover {
|
|
59170
|
+
color: $step-hover-text-color;
|
|
59171
|
+
background: $step-selected-hover-color;
|
|
59172
|
+
}
|
|
59279
59173
|
}
|
|
59280
59174
|
|
|
59281
|
-
&:not(.e-step-type-label) .e-
|
|
59282
|
-
&:not(.e-step-type-label) .e-
|
|
59283
|
-
|
|
59175
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
59176
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
59177
|
+
color: $step-hover-not-text-color;
|
|
59284
59178
|
}
|
|
59285
59179
|
|
|
59286
|
-
&:not(.e-step-type-label)
|
|
59287
|
-
|
|
59288
|
-
|
|
59289
|
-
|
|
59290
|
-
background: $step-selected-hover-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59180
|
+
&:not(.e-step-type-label) {
|
|
59181
|
+
.e-step-selected .e-indicator:active,
|
|
59182
|
+
.e-step-selected .e-step:active {
|
|
59183
|
+
background: $step-selected-active-color;
|
|
59291
59184
|
}
|
|
59292
|
-
|
|
59293
|
-
|
|
59294
|
-
|
|
59295
|
-
background: $step-valid-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59185
|
+
.e-step-valid.e-step-selected .e-indicator:active,
|
|
59186
|
+
.e-step-valid.e-step-selected .e-step:active {
|
|
59187
|
+
background: $step-valid-completed-bg-color;
|
|
59296
59188
|
}
|
|
59297
|
-
|
|
59298
|
-
|
|
59299
|
-
|
|
59300
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
59189
|
+
.e-step-error.e-step-selected .e-indicator:active,
|
|
59190
|
+
.e-step-error.e-step-selected .e-step:active {
|
|
59191
|
+
background: $step-error-completed-bg-color;
|
|
59301
59192
|
}
|
|
59302
59193
|
}
|
|
59303
59194
|
|
|
59304
|
-
&:not(.e-step-type-label) .e-
|
|
59305
|
-
&:not(.e-step-type-label) .e-
|
|
59306
|
-
|
|
59195
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
59196
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
59197
|
+
background: $step-hover-color;
|
|
59307
59198
|
}
|
|
59308
59199
|
|
|
59309
|
-
&:not(.e-step-type-label) .e-
|
|
59310
|
-
|
|
59311
|
-
|
|
59312
|
-
|
|
59313
|
-
|
|
59314
|
-
|
|
59315
|
-
|
|
59316
|
-
|
|
59200
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,
|
|
59201
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:active {
|
|
59202
|
+
background: $step-active-color;
|
|
59203
|
+
}
|
|
59204
|
+
|
|
59205
|
+
&:not(.e-step-type-label) {
|
|
59206
|
+
.e-step-valid .e-indicator:hover,
|
|
59207
|
+
.e-step-valid .e-step:hover {
|
|
59208
|
+
color: $step-hover-text-color;
|
|
59209
|
+
background: $step-valid-completed-bg-color;
|
|
59317
59210
|
}
|
|
59318
|
-
|
|
59319
|
-
|
|
59320
|
-
|
|
59211
|
+
.e-step-error .e-indicator:hover,
|
|
59212
|
+
.e-step-error .e-step:hover {
|
|
59213
|
+
color: $step-hover-text-color;
|
|
59214
|
+
background: $step-error-completed-bg-color;
|
|
59321
59215
|
}
|
|
59322
59216
|
}
|
|
59323
59217
|
}
|
|
@@ -82898,7 +82792,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82898
82792
|
text-align: left;
|
|
82899
82793
|
}
|
|
82900
82794
|
|
|
82901
|
-
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
82795
|
+
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
82902
82796
|
border-width: $grid-headercell-both-border-width;
|
|
82903
82797
|
}
|
|
82904
82798
|
|
|
@@ -82924,7 +82818,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82924
82818
|
border-right-width: 1px;
|
|
82925
82819
|
}
|
|
82926
82820
|
|
|
82927
|
-
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
82821
|
+
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
82928
82822
|
border-width: $grid-rtl-headercell-both-border-width;
|
|
82929
82823
|
}
|
|
82930
82824
|
|
|
@@ -84809,6 +84703,14 @@ margin: $grid-group-animator-cell-margin;
|
|
|
84809
84703
|
border-top: 1px solid $grid-header-border-color;
|
|
84810
84704
|
}
|
|
84811
84705
|
|
|
84706
|
+
.e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
|
|
84707
|
+
border-top: 0 solid $grid-header-border-color;
|
|
84708
|
+
}
|
|
84709
|
+
|
|
84710
|
+
.e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
|
|
84711
|
+
border-bottom: 0;
|
|
84712
|
+
}
|
|
84713
|
+
|
|
84812
84714
|
.e-ccdlg {
|
|
84813
84715
|
.e-footer-content {
|
|
84814
84716
|
border-color: $grid-columnchooser-footer-border-color;
|
|
@@ -89530,7 +89432,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
89530
89432
|
|
|
89531
89433
|
//Focus state for Normal and Outline GroupButton
|
|
89532
89434
|
.e-btn:focus,
|
|
89533
|
-
input:focus+label.e-btn {
|
|
89435
|
+
input:focus-visible+label.e-btn {
|
|
89534
89436
|
@include button-focus;
|
|
89535
89437
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
89536
89438
|
box-shadow: none;
|