@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
|
@@ -57965,12 +57965,11 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
57965
57965
|
.e-stepper {
|
|
57966
57966
|
position: relative;
|
|
57967
57967
|
&.e-stepper-readonly,
|
|
57968
|
-
.e-
|
|
57968
|
+
.e-step-disabled {
|
|
57969
57969
|
cursor: default;
|
|
57970
57970
|
pointer-events: none;
|
|
57971
57971
|
}
|
|
57972
|
-
|
|
57973
|
-
&.e-step-type-indicator .e-stepper-steps .e-step-container {
|
|
57972
|
+
&.e-step-type-indicator .e-step-container {
|
|
57974
57973
|
&:not(.e-step-icon.e-step-label.e-step-text) {
|
|
57975
57974
|
.e-icons.e-step-indicator {
|
|
57976
57975
|
font-size: $stepper-step-width;
|
|
@@ -57983,12 +57982,12 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
57983
57982
|
}
|
|
57984
57983
|
|
|
57985
57984
|
//For Blazor Stepper Tooltip
|
|
57986
|
-
.e-
|
|
57987
|
-
&.e-vertical.e-label-after .e-
|
|
57988
|
-
&.e-vertical.e-label-before .e-
|
|
57985
|
+
.e-step-container:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
57986
|
+
&.e-vertical.e-label-after .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip),
|
|
57987
|
+
&.e-vertical.e-label-before .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
57989
57988
|
position: relative;
|
|
57990
57989
|
}
|
|
57991
|
-
&.e-horizontal .e-
|
|
57990
|
+
&.e-horizontal .e-step-icon.e-step-label:has(.e-tooltip-wrap.e-stepper-tooltip) {
|
|
57992
57991
|
position: unset;
|
|
57993
57992
|
}
|
|
57994
57993
|
.e-tooltip-wrap.e-stepper-tooltip {
|
|
@@ -58013,15 +58012,14 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58013
58012
|
top: -6px;
|
|
58014
58013
|
}
|
|
58015
58014
|
}
|
|
58016
|
-
.e-
|
|
58015
|
+
.e-step-icon.e-step-label .e-tooltip-wrap.e-stepper-tooltip {
|
|
58017
58016
|
left: unset;
|
|
58018
58017
|
top: 0;
|
|
58019
58018
|
transform: translate(0%, -135%);
|
|
58020
58019
|
}
|
|
58021
|
-
&.e-step-type-indicator .e-
|
|
58020
|
+
&.e-step-type-indicator .e-tooltip-wrap.e-stepper-tooltip {
|
|
58022
58021
|
transform: translate(-50%, -115%);
|
|
58023
58022
|
}
|
|
58024
|
-
|
|
58025
58023
|
.e-stepper-steps {
|
|
58026
58024
|
display: flex;
|
|
58027
58025
|
padding: 0;
|
|
@@ -58029,124 +58027,170 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58029
58027
|
justify-content: space-between;
|
|
58030
58028
|
position: relative;
|
|
58031
58029
|
align-items: flex-start;
|
|
58032
|
-
.e-step-container
|
|
58033
|
-
|
|
58034
|
-
|
|
58035
|
-
|
|
58036
|
-
|
|
58037
|
-
|
|
58038
|
-
|
|
58039
|
-
|
|
58040
|
-
|
|
58041
|
-
|
|
58042
|
-
|
|
58043
|
-
|
|
58044
|
-
|
|
58045
|
-
|
|
58046
|
-
|
|
58047
|
-
|
|
58048
|
-
|
|
58049
|
-
|
|
58030
|
+
.e-step-container,
|
|
58031
|
+
.e-step,
|
|
58032
|
+
.e-step-valid.e-step-text.e-step-text-only .e-step-text-container,
|
|
58033
|
+
.e-step-error.e-step-text.e-step-text-only .e-step-text-container,
|
|
58034
|
+
.e-step-label-container {
|
|
58035
|
+
display: flex;
|
|
58036
|
+
align-items: center;
|
|
58037
|
+
justify-content: center;
|
|
58038
|
+
}
|
|
58039
|
+
}
|
|
58040
|
+
.e-step-container {
|
|
58041
|
+
max-width: var(--max-width);
|
|
58042
|
+
list-style-type: none;
|
|
58043
|
+
cursor: pointer;
|
|
58044
|
+
text-align: center;
|
|
58045
|
+
.e-step-label-container,
|
|
58046
|
+
.e-step-text-container {
|
|
58047
|
+
max-width: clamp(100%, 10em, 100%);
|
|
58048
|
+
white-space: nowrap;
|
|
58049
|
+
}
|
|
58050
|
+
.e-step-label-optional {
|
|
58051
|
+
font-size: $stepper-optional-size;
|
|
58052
|
+
flex-basis: 100%;
|
|
58053
|
+
}
|
|
58054
|
+
.e-step-optional-container {
|
|
58055
|
+
display: flex;
|
|
58056
|
+
flex-direction: column;
|
|
58057
|
+
}
|
|
58058
|
+
.e-step-content {
|
|
58059
|
+
font-size: $stepper-icon-size;
|
|
58060
|
+
line-height: 0;
|
|
58061
|
+
}
|
|
58062
|
+
.e-indicator {
|
|
58063
|
+
font-size: $stepper-icon-size;
|
|
58064
|
+
}
|
|
58065
|
+
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58066
|
+
padding: $stepper-icon-text-padding;
|
|
58067
|
+
}
|
|
58068
|
+
&.e-step-text-only .e-step-text-container,
|
|
58069
|
+
&.e-step-label-only .e-step-label-container {
|
|
58070
|
+
padding: $stepper-text-padding;
|
|
58071
|
+
padding-block: 5px;
|
|
58072
|
+
}
|
|
58073
|
+
&.e-step-text-only.e-step-error .e-step-text-container,
|
|
58074
|
+
&.e-step-text-only.e-step-valid .e-step-text-container,
|
|
58075
|
+
&.e-step-label-only.e-step-error .e-step-label-container,
|
|
58076
|
+
&.e-step-label-only.e-step-valid .e-step-label-container {
|
|
58077
|
+
flex-direction: column;
|
|
58078
|
+
.e-step-validation-icon {
|
|
58079
|
+
position: relative;
|
|
58080
|
+
top: $stepper-validation-position;
|
|
58050
58081
|
}
|
|
58051
58082
|
}
|
|
58083
|
+
.e-step-label-container,
|
|
58084
|
+
.e-step-text-container {
|
|
58085
|
+
font-size: $stepper-text-size;
|
|
58086
|
+
}
|
|
58087
|
+
.e-step,
|
|
58088
|
+
.e-indicator {
|
|
58089
|
+
border-radius: $stepper-step-radius;
|
|
58090
|
+
min-width: $stepper-step-width;
|
|
58091
|
+
min-height: $stepper-step-width;
|
|
58092
|
+
}
|
|
58093
|
+
}
|
|
58094
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58095
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator {
|
|
58096
|
+
border: $step-border;
|
|
58052
58097
|
}
|
|
58053
|
-
|
|
58054
58098
|
&.e-horizontal {
|
|
58055
58099
|
display: block;
|
|
58056
58100
|
.e-stepper-steps {
|
|
58057
58101
|
flex-direction: row;
|
|
58058
58102
|
}
|
|
58059
|
-
|
|
58060
58103
|
&.e-label-before,
|
|
58061
58104
|
&.e-label-after {
|
|
58062
|
-
&:has(.e-
|
|
58105
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58063
58106
|
margin-left: var(--progress-left-position);
|
|
58064
58107
|
top: var(--progress-top-position);
|
|
58065
58108
|
width: var(--progress-bar-width);
|
|
58066
58109
|
}
|
|
58067
58110
|
}
|
|
58068
|
-
|
|
58069
58111
|
&.e-label-before.e-rtl,
|
|
58070
58112
|
&.e-label-after.e-rtl {
|
|
58071
|
-
&:has(.e-
|
|
58113
|
+
&:has(.e-step-icon.e-step-label:not(.e-step-text)) .e-stepper-progressbar {
|
|
58072
58114
|
margin-right: var(--progress-left-position);
|
|
58073
58115
|
margin-left: unset;
|
|
58074
58116
|
}
|
|
58075
58117
|
}
|
|
58076
|
-
|
|
58077
|
-
|
|
58078
|
-
&.e-horizontal .e-stepper-steps .e-step-container {
|
|
58079
|
-
&.e-step-icon.e-step-label {
|
|
58118
|
+
.e-step-icon.e-step-label {
|
|
58080
58119
|
gap: 1em;
|
|
58120
|
+
flex-direction: column;
|
|
58081
58121
|
}
|
|
58082
|
-
|
|
58083
|
-
&.e-step-icon.e-step-label .e-step-label-container {
|
|
58122
|
+
.e-step-icon.e-step-label .e-step-label-container {
|
|
58084
58123
|
position: relative;
|
|
58085
58124
|
&.e-label-before {
|
|
58086
58125
|
order: -1;
|
|
58087
58126
|
}
|
|
58088
58127
|
}
|
|
58089
|
-
|
|
58090
|
-
|
|
58091
|
-
&.e-step-icon.e-step-label {
|
|
58092
|
-
flex-direction: column;
|
|
58128
|
+
&.e-label-start .e-step-text-container {
|
|
58129
|
+
order: $stepper-label-order;
|
|
58093
58130
|
}
|
|
58094
|
-
|
|
58095
|
-
|
|
58096
|
-
|
|
58097
|
-
|
|
58098
|
-
}
|
|
58099
|
-
|
|
58100
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58101
|
-
position: absolute;
|
|
58102
|
-
top: 2.5em;
|
|
58103
|
-
margin-left: 2.5em;
|
|
58104
|
-
}
|
|
58105
|
-
|
|
58106
|
-
&.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,
|
|
58107
|
-
&.e-horizontal.e-rtl .e-stepper-steps .e-step-container.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58108
|
-
margin-right: 2.5em;
|
|
58109
|
-
margin-left: unset;
|
|
58110
|
-
}
|
|
58111
|
-
|
|
58112
|
-
&.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 {
|
|
58113
|
-
margin-right: unset;
|
|
58114
|
-
margin-left: 2.5em;
|
|
58115
|
-
}
|
|
58116
|
-
|
|
58117
|
-
&.e-horizontal.e-label-before .e-stepper-steps {
|
|
58118
|
-
&:has(.e-step-label-optional) {
|
|
58119
|
-
align-items: flex-end;
|
|
58131
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58132
|
+
position: absolute;
|
|
58133
|
+
top: 2.5em;
|
|
58134
|
+
margin-left: 2.5em;
|
|
58120
58135
|
}
|
|
58121
|
-
|
|
58122
|
-
|
|
58123
|
-
|
|
58136
|
+
&.e-label-start .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional,
|
|
58137
|
+
&.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58138
|
+
margin-right: 2.5em;
|
|
58139
|
+
margin-left: unset;
|
|
58140
|
+
}
|
|
58141
|
+
&.e-label-start.e-rtl .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58142
|
+
margin-right: unset;
|
|
58143
|
+
margin-left: 2.5em;
|
|
58144
|
+
}
|
|
58145
|
+
&.e-label-before .e-stepper-steps {
|
|
58146
|
+
&:has(.e-step-label-optional) {
|
|
58147
|
+
align-items: flex-end;
|
|
58148
|
+
}
|
|
58149
|
+
.e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58150
|
+
flex-direction: column;
|
|
58151
|
+
gap: .5em;
|
|
58152
|
+
}
|
|
58153
|
+
}
|
|
58154
|
+
.e-text,
|
|
58155
|
+
.e-label,
|
|
58156
|
+
.e-step-label-optional {
|
|
58157
|
+
text-overflow: ellipsis;
|
|
58158
|
+
overflow: hidden;
|
|
58159
|
+
}
|
|
58160
|
+
.e-step-text.e-step-text-only:has(.e-step-label-optional),
|
|
58161
|
+
.e-step-label.e-step-label-only:has(.e-step-label-optional),
|
|
58162
|
+
.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58163
|
+
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58164
|
+
flex-wrap: wrap;
|
|
58165
|
+
}
|
|
58166
|
+
&.e-step-type-indicator .e-step-container {
|
|
58167
|
+
flex-wrap: wrap;
|
|
58168
|
+
}
|
|
58169
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58170
|
+
margin-top: .5em;
|
|
58171
|
+
}
|
|
58172
|
+
&.e-label-after .e-step-icon.e-step-label:not(.e-step-text) .e-step-label-optional {
|
|
58173
|
+
margin-top: .2em;
|
|
58124
58174
|
}
|
|
58125
58175
|
}
|
|
58126
|
-
|
|
58127
58176
|
&.e-vertical {
|
|
58128
58177
|
min-height: inherit;
|
|
58129
58178
|
display: inline-block;
|
|
58130
|
-
|
|
58131
|
-
.e-
|
|
58132
|
-
.e-stepper-steps .e-step-container.e-step-template {
|
|
58179
|
+
.e-step-label.e-step-label-only,
|
|
58180
|
+
.e-step-template {
|
|
58133
58181
|
position: relative;
|
|
58134
58182
|
}
|
|
58135
|
-
|
|
58136
|
-
&:not(.e-label-top):not(.e-label-bottom) .e-stepper-steps .e-step-container .e-step-label-optional {
|
|
58183
|
+
&:not(.e-label-top):not(.e-label-bottom) .e-step-label-optional {
|
|
58137
58184
|
position: absolute;
|
|
58138
58185
|
}
|
|
58139
|
-
|
|
58140
|
-
&: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 {
|
|
58186
|
+
&:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58141
58187
|
margin-top: $stepper-label-optional;
|
|
58142
58188
|
margin-left: 4em;
|
|
58143
58189
|
}
|
|
58144
|
-
|
|
58145
|
-
&.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 {
|
|
58190
|
+
&.e-rtl:not(.e-label-bottom):not(.e-label-top) .e-step-icon.e-step-text:not(.e-step-label) .e-step-label-optional {
|
|
58146
58191
|
margin-left: unset;
|
|
58147
58192
|
margin-right: 4em;
|
|
58148
58193
|
}
|
|
58149
|
-
|
|
58150
58194
|
.e-stepper-steps {
|
|
58151
58195
|
flex-direction: column;
|
|
58152
58196
|
min-height: inherit;
|
|
@@ -58155,49 +58199,42 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58155
58199
|
margin: $stepper-ol-padding;
|
|
58156
58200
|
justify-content: space-between;
|
|
58157
58201
|
}
|
|
58158
|
-
|
|
58159
58202
|
&.e-rtl .e-stepper-steps {
|
|
58160
58203
|
float: right;
|
|
58161
58204
|
}
|
|
58162
|
-
|
|
58163
|
-
.e-stepper-steps:has(.e-step-
|
|
58164
|
-
.e-stepper-steps:has(.e-step-
|
|
58165
|
-
.e-stepper-steps:has(.e-step-
|
|
58166
|
-
&.e-label-after .e-stepper-steps:has(.e-step-container.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58205
|
+
.e-stepper-steps:has(.e-step-icon:not(.e-step-text):not(.e-step-label)),
|
|
58206
|
+
.e-stepper-steps:has(.e-step-text.e-step-text-only),
|
|
58207
|
+
.e-stepper-steps:has(.e-step-label.e-step-label-only),
|
|
58208
|
+
&.e-label-after .e-stepper-steps:has(.e-step-label.e-step-text:not(.e-step-icon)),
|
|
58167
58209
|
&.e-step-type-indicator .e-stepper-steps {
|
|
58168
58210
|
align-items: center;
|
|
58169
58211
|
}
|
|
58170
|
-
|
|
58171
|
-
.e-
|
|
58172
|
-
.e-stepper-steps .e-step-container.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58212
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58213
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58173
58214
|
margin-left: $stepper-text-postion;
|
|
58174
58215
|
}
|
|
58175
|
-
|
|
58176
58216
|
&.e-rtl {
|
|
58177
|
-
.e-
|
|
58178
|
-
.e-
|
|
58217
|
+
.e-step-icon.e-step-text:not(.e-step-label) .e-step-text-container,
|
|
58218
|
+
.e-step-icon.e-step-label:not(.e-step-text) .e-step-label-container.e-label-after {
|
|
58179
58219
|
margin-left: unset;
|
|
58180
58220
|
margin-right: $stepper-text-postion;
|
|
58181
58221
|
}
|
|
58182
58222
|
}
|
|
58183
|
-
|
|
58184
|
-
|
|
58185
|
-
|
|
58186
|
-
.e-
|
|
58187
|
-
.e-stepper-steps .e-step-container.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58223
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58224
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional),
|
|
58225
|
+
.e-step-text-only.e-step-text:has(.e-step-label-optional),
|
|
58226
|
+
.e-step-label-only.e-step-label:has(.e-step-label-optional) {
|
|
58188
58227
|
flex-direction: column;
|
|
58189
58228
|
.e-step-label-optional {
|
|
58190
58229
|
position: unset;
|
|
58191
58230
|
}
|
|
58192
58231
|
}
|
|
58193
|
-
|
|
58194
|
-
|
|
58195
|
-
&.e-label-before .e-stepper-steps .e-step-container .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58232
|
+
.e-step-icon:not(.e-step-label):not(.e-step-text):has(.e-step-label-optional),
|
|
58233
|
+
&.e-label-before .e-step-label-container.e-label-before:has(.e-step-label-optional) {
|
|
58196
58234
|
gap: .5em;
|
|
58197
58235
|
}
|
|
58198
|
-
|
|
58199
|
-
&.e-label-
|
|
58200
|
-
&.e-label-after .e-stepper-steps .e-step-container.e-step-icon.e-step-label {
|
|
58236
|
+
&.e-label-before .e-step-icon.e-step-label,
|
|
58237
|
+
&.e-label-after .e-step-icon.e-step-label {
|
|
58201
58238
|
.e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58202
58239
|
flex-direction: column;
|
|
58203
58240
|
.e-label {
|
|
@@ -58208,43 +58245,37 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58208
58245
|
position: unset;
|
|
58209
58246
|
}
|
|
58210
58247
|
}
|
|
58211
|
-
|
|
58212
|
-
.e-stepper-steps .e-step-container {
|
|
58248
|
+
.e-step-container {
|
|
58213
58249
|
&.e-step-label.e-step-text:not(.e-step-icon) .e-step-label-container.e-label-after {
|
|
58214
58250
|
position: absolute;
|
|
58215
58251
|
.e-step-label-optional {
|
|
58216
58252
|
left: $stepper-ol-padding;
|
|
58217
58253
|
}
|
|
58218
58254
|
}
|
|
58219
|
-
|
|
58220
58255
|
.e-step-label-container.e-label-after {
|
|
58221
58256
|
.e-step-label-optional {
|
|
58222
58257
|
font-size: $stepper-optional-size;
|
|
58223
58258
|
}
|
|
58224
58259
|
}
|
|
58225
|
-
|
|
58226
58260
|
.e-step-label-container.e-label-before .e-label {
|
|
58227
58261
|
width: var(--label-width);
|
|
58228
58262
|
}
|
|
58229
|
-
|
|
58230
58263
|
&:not(.e-step-text-only) .e-step-text-container {
|
|
58231
58264
|
border: none;
|
|
58232
58265
|
border-radius: unset;
|
|
58233
58266
|
padding: $stepper-text-vert-padding;
|
|
58234
58267
|
}
|
|
58235
|
-
|
|
58236
|
-
&.e-step-
|
|
58237
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58268
|
+
&.e-step-text-only .e-step-text-container,
|
|
58269
|
+
&.e-step-label-only .e-step-label-container {
|
|
58238
58270
|
position: unset;
|
|
58239
58271
|
}
|
|
58240
58272
|
}
|
|
58241
58273
|
&.e-label-top {
|
|
58242
|
-
.e-
|
|
58274
|
+
.e-step-label-optional {
|
|
58243
58275
|
padding-bottom: 6px;
|
|
58244
58276
|
}
|
|
58245
58277
|
}
|
|
58246
58278
|
}
|
|
58247
|
-
|
|
58248
58279
|
&.e-vertical.e-label-top,
|
|
58249
58280
|
&.e-vertical.e-label-bottom {
|
|
58250
58281
|
.e-stepper-steps {
|
|
@@ -58252,98 +58283,17 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58252
58283
|
.e-step-container {
|
|
58253
58284
|
flex-direction: column;
|
|
58254
58285
|
.e-step-text-container {
|
|
58255
|
-
margin-left: $stepper-ol-padding
|
|
58286
|
+
margin-left: $stepper-ol-padding;
|
|
58256
58287
|
}
|
|
58257
58288
|
}
|
|
58258
58289
|
}
|
|
58259
58290
|
}
|
|
58260
|
-
|
|
58261
|
-
&.e-vertical.e-label-top .e-stepper-steps .e-step-container {
|
|
58291
|
+
&.e-vertical.e-label-top .e-step-container {
|
|
58262
58292
|
.e-step-label-optional,
|
|
58263
58293
|
.e-step-text-container {
|
|
58264
58294
|
order: $stepper-label-order;
|
|
58265
58295
|
}
|
|
58266
58296
|
}
|
|
58267
|
-
.e-stepper-steps {
|
|
58268
|
-
.e-step-container,
|
|
58269
|
-
.e-step-container .e-step,
|
|
58270
|
-
.e-step-container.e-step-valid.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58271
|
-
.e-step-container.e-step-error.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58272
|
-
.e-step-container .e-step-label-container {
|
|
58273
|
-
display: flex;
|
|
58274
|
-
align-items: center;
|
|
58275
|
-
justify-content: center;
|
|
58276
|
-
}
|
|
58277
|
-
}
|
|
58278
|
-
|
|
58279
|
-
&.e-horizontal {
|
|
58280
|
-
.e-stepper-steps {
|
|
58281
|
-
.e-step-container.e-step-text.e-step-text-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58282
|
-
.e-step-container.e-step-label.e-step-label-only:not(.e-step-icon.e-step-label):has(.e-step-label-optional),
|
|
58283
|
-
.e-step-container.e-step-icon:not(.e-step-text):not(.e-step-label):has(.e-step-label-optional),
|
|
58284
|
-
.e-step-container .e-step-label-container.e-label-after:has(.e-step-label-optional) {
|
|
58285
|
-
flex-wrap: wrap;
|
|
58286
|
-
}
|
|
58287
|
-
}
|
|
58288
|
-
&.e-step-type-indicator .e-step-container {
|
|
58289
|
-
flex-wrap: wrap;
|
|
58290
|
-
}
|
|
58291
|
-
}
|
|
58292
|
-
|
|
58293
|
-
&.e-horizontal .e-stepper-steps .e-step-container.e-step-icon:not(.e-step-label):not(.e-step-text) .e-step-label-optional {
|
|
58294
|
-
margin-top: .5em;
|
|
58295
|
-
}
|
|
58296
|
-
|
|
58297
|
-
&.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 {
|
|
58298
|
-
margin-top: .2em;
|
|
58299
|
-
}
|
|
58300
|
-
|
|
58301
|
-
.e-stepper-steps .e-step-container {
|
|
58302
|
-
list-style-type: none;
|
|
58303
|
-
cursor: pointer;
|
|
58304
|
-
text-align: center;
|
|
58305
|
-
|
|
58306
|
-
.e-step-content {
|
|
58307
|
-
font-size: $stepper-icon-size;
|
|
58308
|
-
line-height: 0;
|
|
58309
|
-
}
|
|
58310
|
-
|
|
58311
|
-
.e-indicator {
|
|
58312
|
-
font-size: $stepper-icon-size;
|
|
58313
|
-
}
|
|
58314
|
-
|
|
58315
|
-
&:not(.e-step-text-only) > .e-step-text-container {
|
|
58316
|
-
padding: $stepper-icon-text-padding;
|
|
58317
|
-
}
|
|
58318
|
-
|
|
58319
|
-
&.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58320
|
-
&.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58321
|
-
padding: $stepper-text-padding;
|
|
58322
|
-
padding-block: 5px;
|
|
58323
|
-
}
|
|
58324
|
-
|
|
58325
|
-
&.e-step-text-only.e-step-error:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58326
|
-
&.e-step-text-only.e-step-valid:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58327
|
-
&.e-step-label-only.e-step-error:not(.e-step-icon.e-step-text) .e-step-label-container,
|
|
58328
|
-
&.e-step-label-only.e-step-valid:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58329
|
-
flex-direction: column;
|
|
58330
|
-
.e-step-validation-icon {
|
|
58331
|
-
position: relative;
|
|
58332
|
-
top: $stepper-validation-position;
|
|
58333
|
-
}
|
|
58334
|
-
}
|
|
58335
|
-
.e-step-label-container,
|
|
58336
|
-
.e-step-text-container {
|
|
58337
|
-
font-size: $stepper-text-size;
|
|
58338
|
-
}
|
|
58339
|
-
.e-step,
|
|
58340
|
-
.e-indicator {
|
|
58341
|
-
border-radius: $stepper-step-radius;
|
|
58342
|
-
min-width: $stepper-step-width;
|
|
58343
|
-
min-height: $stepper-step-width;
|
|
58344
|
-
}
|
|
58345
|
-
}
|
|
58346
|
-
|
|
58347
58297
|
.e-stepper-progressbar {
|
|
58348
58298
|
height: $stepper-progress-bar-height;
|
|
58349
58299
|
position: absolute;
|
|
@@ -58358,7 +58308,6 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58358
58308
|
transition-delay: var(--delay);
|
|
58359
58309
|
}
|
|
58360
58310
|
}
|
|
58361
|
-
|
|
58362
58311
|
&.e-vertical .e-stepper-progressbar {
|
|
58363
58312
|
min-height: inherit;
|
|
58364
58313
|
width: $stepper-progress-bar-height;
|
|
@@ -58371,40 +58320,26 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58371
58320
|
transition-property: height;
|
|
58372
58321
|
}
|
|
58373
58322
|
}
|
|
58374
|
-
|
|
58375
58323
|
&.e-vertical.e-rtl .e-stepper-progressbar {
|
|
58376
58324
|
right: var(--progress-position);
|
|
58377
58325
|
left: unset;
|
|
58378
58326
|
}
|
|
58379
|
-
|
|
58380
|
-
|
|
58381
|
-
.e-stepper-steps .e-step-container.e-step-focus .e-indicator {
|
|
58327
|
+
&:not(.e-steps-focus):not(.e-step-type-label):not(.e-step-type-indicator) .e-step-container .e-indicator,
|
|
58328
|
+
.e-step-focus .e-indicator {
|
|
58382
58329
|
z-index: 0;
|
|
58383
58330
|
}
|
|
58384
|
-
|
|
58385
|
-
.e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
58331
|
+
.e-step-template.e-step-focus {
|
|
58386
58332
|
outline: $stepper-temp-outline-width;
|
|
58387
58333
|
}
|
|
58388
58334
|
}
|
|
58389
|
-
|
|
58390
58335
|
.e-tooltip-wrap.e-stepper-tooltip.e-step-inprogress-tip {
|
|
58391
58336
|
.e-arrow-tip.e-tip-bottom {
|
|
58392
58337
|
top: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
58393
58338
|
}
|
|
58394
58339
|
}
|
|
58395
|
-
|
|
58396
|
-
.e-stepper.e-horizontal .e-stepper-steps .e-step-container {
|
|
58397
|
-
.e-text,
|
|
58398
|
-
.e-label,
|
|
58399
|
-
.e-step-label-optional {
|
|
58400
|
-
text-overflow: ellipsis;
|
|
58401
|
-
overflow: hidden;
|
|
58402
|
-
}
|
|
58403
|
-
}
|
|
58404
|
-
|
|
58405
58340
|
.e-small.e-stepper,
|
|
58406
58341
|
.e-small .e-stepper {
|
|
58407
|
-
&.e-step-type-indicator .e-
|
|
58342
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58408
58343
|
.e-icons.e-step-indicator {
|
|
58409
58344
|
font-size: $stepper-small-step-width;
|
|
58410
58345
|
}
|
|
@@ -58413,39 +58348,33 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58413
58348
|
height: $stepper-small-step-width;
|
|
58414
58349
|
}
|
|
58415
58350
|
}
|
|
58416
|
-
|
|
58417
|
-
.e-stepper-steps .e-step-container {
|
|
58351
|
+
.e-step-container {
|
|
58418
58352
|
.e-step,
|
|
58419
58353
|
.e-indicator {
|
|
58420
58354
|
min-width: $stepper-small-step-width;
|
|
58421
58355
|
min-height: $stepper-small-step-width;
|
|
58422
58356
|
}
|
|
58423
|
-
|
|
58424
58357
|
.e-indicator {
|
|
58425
58358
|
font-size: $stepper-small-icon-size;
|
|
58426
58359
|
}
|
|
58427
|
-
|
|
58428
58360
|
.e-step-text-container,
|
|
58429
58361
|
.e-step-label-container {
|
|
58430
58362
|
font-size: $stepper-small-text-size;
|
|
58431
58363
|
}
|
|
58432
|
-
|
|
58433
58364
|
.e-step-content {
|
|
58434
58365
|
font-size: $stepper-small-icon-size;
|
|
58435
58366
|
}
|
|
58436
|
-
|
|
58437
58367
|
.e-step-label-optional {
|
|
58438
58368
|
font-size: $stepper-small-optional-size;
|
|
58439
58369
|
}
|
|
58440
58370
|
}
|
|
58441
|
-
&.e-vertical .e-
|
|
58371
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58442
58372
|
font-size: $stepper-small-optional-size;
|
|
58443
58373
|
}
|
|
58444
58374
|
}
|
|
58445
|
-
|
|
58446
58375
|
.e-bigger.e-stepper,
|
|
58447
58376
|
.e-bigger .e-stepper {
|
|
58448
|
-
&.e-step-type-indicator .e-
|
|
58377
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58449
58378
|
.e-icons.e-step-indicator {
|
|
58450
58379
|
font-size: $stepper-bigger-step-width;
|
|
58451
58380
|
}
|
|
@@ -58454,32 +58383,27 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58454
58383
|
height: $stepper-bigger-step-width;
|
|
58455
58384
|
}
|
|
58456
58385
|
}
|
|
58457
|
-
|
|
58458
|
-
.e-stepper-steps .e-step-container {
|
|
58386
|
+
.e-step-container {
|
|
58459
58387
|
.e-step,
|
|
58460
58388
|
.e-indicator {
|
|
58461
58389
|
min-width: $stepper-bigger-step-width;
|
|
58462
58390
|
min-height: $stepper-bigger-step-width;
|
|
58463
58391
|
}
|
|
58464
|
-
|
|
58465
58392
|
.e-indicator {
|
|
58466
58393
|
font-size: $stepper-bigger-icon-size;
|
|
58467
58394
|
}
|
|
58468
|
-
|
|
58469
58395
|
.e-step-text-container,
|
|
58470
58396
|
.e-step-label-container {
|
|
58471
58397
|
font-size: $stepper-bigger-text-size;
|
|
58472
58398
|
}
|
|
58473
|
-
|
|
58474
58399
|
.e-step-content {
|
|
58475
58400
|
font-size: $stepper-bigger-icon-size;
|
|
58476
58401
|
}
|
|
58477
|
-
|
|
58478
58402
|
.e-step-label-optional {
|
|
58479
58403
|
font-size: $stepper-bigger-optional-size;
|
|
58480
58404
|
}
|
|
58481
58405
|
}
|
|
58482
|
-
&.e-vertical .e-
|
|
58406
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58483
58407
|
font-size: $stepper-bigger-optional-size;
|
|
58484
58408
|
}
|
|
58485
58409
|
}
|
|
@@ -58488,7 +58412,7 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58488
58412
|
.e-bigger.e-small .e-stepper,
|
|
58489
58413
|
.e-bigger .e-small.e-stepper,
|
|
58490
58414
|
.e-small .e-bigger.e-stepper {
|
|
58491
|
-
&.e-step-type-indicator .e-
|
|
58415
|
+
&.e-step-type-indicator .e-step-container:not(.e-step-icon.e-step-label.e-step-text) {
|
|
58492
58416
|
.e-icons.e-step-indicator {
|
|
58493
58417
|
font-size: $stepper-bigger-small-step-width;
|
|
58494
58418
|
}
|
|
@@ -58497,31 +58421,27 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58497
58421
|
height: $stepper-bigger-small-step-width;
|
|
58498
58422
|
}
|
|
58499
58423
|
}
|
|
58500
|
-
|
|
58501
|
-
.e-stepper-steps .e-step-container {
|
|
58424
|
+
.e-step-container {
|
|
58502
58425
|
.e-step,
|
|
58503
58426
|
.e-indicator {
|
|
58504
58427
|
min-width: $stepper-bigger-small-step-width;
|
|
58505
58428
|
min-height: $stepper-bigger-small-step-width;
|
|
58506
58429
|
}
|
|
58507
|
-
|
|
58508
58430
|
.e-indicator {
|
|
58509
58431
|
font-size: $stepper-bigger-small-icon-size;
|
|
58510
58432
|
}
|
|
58511
|
-
|
|
58512
58433
|
.e-step-text-container,
|
|
58513
|
-
.e-step-label-container{
|
|
58434
|
+
.e-step-label-container {
|
|
58514
58435
|
font-size: $stepper-bigger-small-text-size;
|
|
58515
58436
|
}
|
|
58516
58437
|
.e-step-content {
|
|
58517
58438
|
font-size: $stepper-bigger-small-icon-size;
|
|
58518
58439
|
}
|
|
58519
|
-
|
|
58520
58440
|
.e-step-label-optional {
|
|
58521
58441
|
font-size: $stepper-bigger-small-optional-size;
|
|
58522
58442
|
}
|
|
58523
58443
|
}
|
|
58524
|
-
&.e-vertical .e-
|
|
58444
|
+
&.e-vertical .e-step-label-container.e-label-after .e-step-label-optional {
|
|
58525
58445
|
font-size: $stepper-bigger-small-optional-size;
|
|
58526
58446
|
}
|
|
58527
58447
|
}
|
|
@@ -58530,229 +58450,203 @@ $step-selected-active-color: $primary-bg-color-pressed !default;
|
|
|
58530
58450
|
|
|
58531
58451
|
@include export-module('stepper-theme') {
|
|
58532
58452
|
.e-stepper {
|
|
58533
|
-
.e-
|
|
58534
|
-
|
|
58535
|
-
|
|
58536
|
-
|
|
58537
|
-
|
|
58538
|
-
|
|
58539
|
-
|
|
58540
|
-
|
|
58541
|
-
|
|
58542
|
-
|
|
58543
|
-
|
|
58544
|
-
|
|
58545
|
-
|
|
58546
|
-
|
|
58547
|
-
|
|
58548
|
-
|
|
58549
|
-
|
|
58550
|
-
|
|
58551
|
-
|
|
58552
|
-
|
|
58553
|
-
|
|
58554
|
-
|
|
58555
|
-
|
|
58556
|
-
|
|
58557
|
-
|
|
58558
|
-
|
|
58559
|
-
|
|
58560
|
-
|
|
58561
|
-
|
|
58562
|
-
|
|
58563
|
-
|
|
58564
|
-
|
|
58565
|
-
|
|
58566
|
-
|
|
58567
|
-
|
|
58568
|
-
|
|
58569
|
-
|
|
58570
|
-
|
|
58571
|
-
|
|
58572
|
-
|
|
58573
|
-
.e-indicator {
|
|
58574
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58575
|
-
color: $step-error-icon-color;
|
|
58576
|
-
}
|
|
58577
|
-
|
|
58578
|
-
.e-text,
|
|
58579
|
-
.e-label {
|
|
58580
|
-
color: $step-error-completed-color;
|
|
58581
|
-
}
|
|
58582
|
-
}
|
|
58583
|
-
|
|
58584
|
-
&.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58585
|
-
&.e-step-error .e-indicator:hover {
|
|
58586
|
-
color: $step-color;
|
|
58587
|
-
}
|
|
58588
|
-
|
|
58589
|
-
&.e-step-selected {
|
|
58590
|
-
.e-text,
|
|
58591
|
-
.e-label {
|
|
58592
|
-
font-weight: $stepper-font-weight;
|
|
58593
|
-
}
|
|
58594
|
-
}
|
|
58595
|
-
|
|
58596
|
-
&.e-step-valid.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58597
|
-
&.e-step-valid.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58598
|
-
.e-step-validation-icon {
|
|
58599
|
-
color: $step-valid-icon-only-color;
|
|
58600
|
-
}
|
|
58601
|
-
}
|
|
58602
|
-
|
|
58603
|
-
&.e-step-error.e-step-text-only:not(.e-step-icon.e-step-label) .e-step-text-container,
|
|
58604
|
-
&.e-step-error.e-step-label-only:not(.e-step-icon.e-step-text) .e-step-label-container {
|
|
58605
|
-
.e-step-validation-icon {
|
|
58606
|
-
color: $step-error-icon-only-color;
|
|
58607
|
-
}
|
|
58608
|
-
}
|
|
58609
|
-
|
|
58610
|
-
.e-text,
|
|
58611
|
-
.e-label {
|
|
58612
|
-
color: $stepper-text-color;
|
|
58613
|
-
}
|
|
58614
|
-
|
|
58615
|
-
&.e-step-selected:not(.e-step-error),
|
|
58616
|
-
&.e-step-completed:not(.e-step-error) {
|
|
58617
|
-
.e-text,
|
|
58618
|
-
.e-label {
|
|
58619
|
-
color: $step-completed-bg-color;
|
|
58620
|
-
}
|
|
58621
|
-
}
|
|
58622
|
-
|
|
58623
|
-
&.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58624
|
-
background-color: $stepper-outline-color;
|
|
58625
|
-
}
|
|
58626
|
-
|
|
58627
|
-
.e-step-text-container {
|
|
58628
|
-
background-color: $stepper-outline-color;
|
|
58629
|
-
border-color: transparent;
|
|
58630
|
-
}
|
|
58631
|
-
|
|
58632
|
-
&.e-step-selected .e-indicator {
|
|
58633
|
-
background: $step-completed-bg-color;
|
|
58634
|
-
}
|
|
58635
|
-
|
|
58636
|
-
&.e-step-disabled .e-indicator {
|
|
58637
|
-
background: $step-disabled-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58638
|
-
color: $step-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58639
|
-
}
|
|
58640
|
-
|
|
58641
|
-
&.e-step-disabled .e-text,
|
|
58642
|
-
&.e-step-disabled .e-label,
|
|
58643
|
-
&.e-step-disabled .e-step-validation-icon {
|
|
58644
|
-
color: $step-disabled-font-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58645
|
-
}
|
|
58453
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step,
|
|
58454
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator,
|
|
58455
|
+
.e-step-notstarted .e-icons.e-step-indicator {
|
|
58456
|
+
border-color: $step-border-color;
|
|
58457
|
+
}
|
|
58458
|
+
.e-step-label-optional {
|
|
58459
|
+
color: $step-optional-color;
|
|
58460
|
+
}
|
|
58461
|
+
.e-step,
|
|
58462
|
+
.e-indicator {
|
|
58463
|
+
color: $step-color;
|
|
58464
|
+
background: $step-bg-color;
|
|
58465
|
+
}
|
|
58466
|
+
.e-step-indicator {
|
|
58467
|
+
color: transparent;
|
|
58468
|
+
}
|
|
58469
|
+
.e-step-completed .e-step,
|
|
58470
|
+
.e-step-inprogress .e-step,
|
|
58471
|
+
.e-step-completed .e-indicator,
|
|
58472
|
+
.e-step-inprogress .e-indicator,
|
|
58473
|
+
.e-step-completed .e-step-indicator,
|
|
58474
|
+
.e-step-inprogress .e-step-indicator {
|
|
58475
|
+
background: $step-completed-bg-color;
|
|
58476
|
+
color: $step-completed-color;
|
|
58477
|
+
}
|
|
58478
|
+
.e-step-selected .e-indicator {
|
|
58479
|
+
background: $step-completed-bg-color;
|
|
58480
|
+
}
|
|
58481
|
+
.e-step-valid .e-indicator {
|
|
58482
|
+
background: $step-valid-completed-bg-color;
|
|
58483
|
+
color: $step-valid-completed-color;
|
|
58484
|
+
}
|
|
58485
|
+
.e-step-error {
|
|
58486
|
+
.e-indicator {
|
|
58487
|
+
background: $step-error-completed-bg-color;
|
|
58488
|
+
color: $step-error-icon-color;
|
|
58489
|
+
}
|
|
58490
|
+
.e-text,
|
|
58491
|
+
.e-label {
|
|
58492
|
+
color: $step-error-completed-color;
|
|
58646
58493
|
}
|
|
58647
58494
|
}
|
|
58648
|
-
|
|
58649
|
-
|
|
58650
|
-
|
|
58651
|
-
|
|
58652
|
-
|
|
58653
|
-
|
|
58495
|
+
.e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
58496
|
+
.e-step-error .e-indicator:hover {
|
|
58497
|
+
color: $step-color;
|
|
58498
|
+
}
|
|
58499
|
+
.e-step-selected {
|
|
58500
|
+
.e-text,
|
|
58501
|
+
.e-label {
|
|
58502
|
+
font-weight: $stepper-font-weight;
|
|
58503
|
+
}
|
|
58504
|
+
}
|
|
58505
|
+
.e-step-valid.e-step-text-only,
|
|
58506
|
+
.e-step-valid.e-step-label-only {
|
|
58507
|
+
.e-step-validation-icon {
|
|
58508
|
+
color: $step-valid-icon-only-color;
|
|
58509
|
+
}
|
|
58510
|
+
}
|
|
58511
|
+
.e-step-error.e-step-text-only,
|
|
58512
|
+
.e-step-error.e-step-label-only {
|
|
58513
|
+
.e-step-validation-icon {
|
|
58514
|
+
color: $step-error-icon-only-color;
|
|
58515
|
+
}
|
|
58516
|
+
}
|
|
58517
|
+
.e-text,
|
|
58518
|
+
.e-label {
|
|
58519
|
+
color: $stepper-text-color;
|
|
58520
|
+
}
|
|
58521
|
+
.e-step-selected:not(.e-step-error),
|
|
58522
|
+
.e-step-completed:not(.e-step-error) {
|
|
58523
|
+
.e-text,
|
|
58524
|
+
.e-label {
|
|
58525
|
+
color: $step-completed-bg-color;
|
|
58526
|
+
}
|
|
58527
|
+
}
|
|
58528
|
+
.e-step-label:not(.e-step-icon) .e-step-label-container {
|
|
58529
|
+
background-color: $stepper-outline-color;
|
|
58530
|
+
}
|
|
58531
|
+
.e-step-text-container {
|
|
58532
|
+
background-color: $stepper-outline-color;
|
|
58533
|
+
border-color: transparent;
|
|
58534
|
+
}
|
|
58535
|
+
.e-step-disabled .e-indicator {
|
|
58536
|
+
background: $step-disabled-bg-color;
|
|
58537
|
+
color: $step-disabled-color;
|
|
58538
|
+
}
|
|
58539
|
+
.e-step-disabled .e-text,
|
|
58540
|
+
.e-step-disabled .e-label,
|
|
58541
|
+
.e-step-disabled .e-step-validation-icon {
|
|
58542
|
+
color: $step-disabled-font-color;
|
|
58543
|
+
}
|
|
58544
|
+
&.e-vertical .e-step-text-only.e-step-text .e-step-label-optional,
|
|
58545
|
+
&.e-vertical .e-step-label-only.e-step-label .e-step-label-optional,
|
|
58546
|
+
&.e-vertical .e-step-icon:not(.e-step-text):not(.e-step-label) .e-step-label-optional,
|
|
58547
|
+
&.e-vertical.e-label-top .e-step-label-optional,
|
|
58548
|
+
&.e-vertical.e-label-bottom .e-step-label-optional {
|
|
58654
58549
|
background-color: $stepper-outline-color;
|
|
58655
58550
|
}
|
|
58656
|
-
|
|
58657
58551
|
.e-stepper-progressbar {
|
|
58658
58552
|
background-color: $step-progress-bg-color;
|
|
58659
|
-
|
|
58660
58553
|
>.e-progressbar-value {
|
|
58661
58554
|
background-color: $step-progress-value-bg-color;
|
|
58662
58555
|
}
|
|
58663
58556
|
}
|
|
58664
|
-
|
|
58665
|
-
&: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 {
|
|
58557
|
+
&:not(.e-steps-focus) .e-step-selected .e-step {
|
|
58666
58558
|
box-shadow: $step-selected-li-shadow;
|
|
58667
58559
|
}
|
|
58668
|
-
|
|
58669
|
-
.e-
|
|
58670
|
-
.e-
|
|
58671
|
-
.e-
|
|
58672
|
-
.e-
|
|
58673
|
-
&:not(.e-steps-focus) .e-
|
|
58674
|
-
&:not(.e-steps-focus) .e-
|
|
58675
|
-
|
|
58676
|
-
box-shadow: $step-keyboard-selected-li-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
58560
|
+
.e-step-focus .e-step,
|
|
58561
|
+
.e-step-label-only.e-step-focus .e-label,
|
|
58562
|
+
.e-step-text-only.e-step-focus .e-text,
|
|
58563
|
+
.e-step-template.e-step-focus,
|
|
58564
|
+
&:not(.e-steps-focus) :focus-visible .e-step,
|
|
58565
|
+
&:not(.e-steps-focus) .e-step-text-only:focus-visible .e-text,
|
|
58566
|
+
&:not(.e-steps-focus) .e-step-label-only:focus-visible .e-label {
|
|
58567
|
+
box-shadow: $step-keyboard-selected-li-shadow;
|
|
58677
58568
|
}
|
|
58678
58569
|
|
|
58679
|
-
&:not(.e-steps-focus) .e-
|
|
58680
|
-
.e-
|
|
58681
|
-
.e-
|
|
58682
|
-
.e-
|
|
58683
|
-
.e-
|
|
58570
|
+
&:not(.e-steps-focus) .e-step-valid.e-step-selected .e-step,
|
|
58571
|
+
.e-step-valid.e-step-focus .e-step,
|
|
58572
|
+
.e-step-valid.e-step-label-only.e-step-focus .e-label,
|
|
58573
|
+
.e-step-valid.e-step-text-only.e-step-focus .e-text,
|
|
58574
|
+
.e-step-valid.e-step-template.e-step-focus {
|
|
58684
58575
|
box-shadow: $step-valid-li-shadow;
|
|
58685
58576
|
}
|
|
58686
58577
|
|
|
58687
|
-
&:not(.e-steps-focus) .e-
|
|
58688
|
-
.e-
|
|
58689
|
-
.e-
|
|
58690
|
-
.e-
|
|
58691
|
-
.e-
|
|
58578
|
+
&:not(.e-steps-focus) .e-step-error.e-step-selected .e-step,
|
|
58579
|
+
.e-step-error.e-step-focus .e-step,
|
|
58580
|
+
.e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
58581
|
+
.e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
58582
|
+
.e-step-error.e-step-template.e-step-focus {
|
|
58692
58583
|
box-shadow: $step-error-li-shadow;
|
|
58693
58584
|
}
|
|
58694
58585
|
|
|
58695
|
-
.e-
|
|
58696
|
-
.e-
|
|
58697
|
-
&.e-steps-focus .e-
|
|
58586
|
+
.e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
58587
|
+
.e-step-container:not(.e-step-focus).e-step-completed .e-step,
|
|
58588
|
+
&.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
58698
58589
|
box-shadow: $step-li-shadow;
|
|
58699
58590
|
}
|
|
58700
58591
|
|
|
58701
|
-
.e-
|
|
58702
|
-
.e-
|
|
58703
|
-
border-color: $step-hover-border-color
|
|
58592
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:hover,
|
|
58593
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:hover {
|
|
58594
|
+
border-color: $step-hover-border-color;
|
|
58704
58595
|
}
|
|
58705
58596
|
|
|
58706
|
-
.e-
|
|
58707
|
-
.e-
|
|
58708
|
-
border-color: $step-active-border-color
|
|
58597
|
+
.e-step-notstarted:not(.e-step-disabled) .e-step:active,
|
|
58598
|
+
.e-step-notstarted:not(.e-step-disabled) .e-indicator:active {
|
|
58599
|
+
border-color: $step-active-border-color;
|
|
58709
58600
|
}
|
|
58710
58601
|
|
|
58711
|
-
&:not(.e-step-type-label)
|
|
58712
|
-
|
|
58713
|
-
|
|
58602
|
+
&:not(.e-step-type-label) {
|
|
58603
|
+
.e-indicator:hover,
|
|
58604
|
+
.e-step:hover {
|
|
58605
|
+
color: $step-hover-text-color;
|
|
58606
|
+
background: $step-selected-hover-color;
|
|
58607
|
+
}
|
|
58714
58608
|
}
|
|
58715
58609
|
|
|
58716
|
-
&:not(.e-step-type-label) .e-
|
|
58717
|
-
&:not(.e-step-type-label) .e-
|
|
58718
|
-
|
|
58610
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58611
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58612
|
+
color: $step-hover-not-text-color;
|
|
58719
58613
|
}
|
|
58720
58614
|
|
|
58721
|
-
&:not(.e-step-type-label)
|
|
58722
|
-
|
|
58723
|
-
|
|
58724
|
-
|
|
58725
|
-
background: $step-selected-hover-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58615
|
+
&:not(.e-step-type-label) {
|
|
58616
|
+
.e-step-selected .e-indicator:active,
|
|
58617
|
+
.e-step-selected .e-step:active {
|
|
58618
|
+
background: $step-selected-active-color;
|
|
58726
58619
|
}
|
|
58727
|
-
|
|
58728
|
-
|
|
58729
|
-
|
|
58730
|
-
background: $step-valid-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58620
|
+
.e-step-valid.e-step-selected .e-indicator:active,
|
|
58621
|
+
.e-step-valid.e-step-selected .e-step:active {
|
|
58622
|
+
background: $step-valid-completed-bg-color;
|
|
58731
58623
|
}
|
|
58732
|
-
|
|
58733
|
-
|
|
58734
|
-
|
|
58735
|
-
background: $step-error-completed-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
58624
|
+
.e-step-error.e-step-selected .e-indicator:active,
|
|
58625
|
+
.e-step-error.e-step-selected .e-step:active {
|
|
58626
|
+
background: $step-error-completed-bg-color;
|
|
58736
58627
|
}
|
|
58737
58628
|
}
|
|
58738
58629
|
|
|
58739
|
-
&:not(.e-step-type-label) .e-
|
|
58740
|
-
&:not(.e-step-type-label) .e-
|
|
58741
|
-
|
|
58630
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover,
|
|
58631
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
58632
|
+
background: $step-hover-color;
|
|
58742
58633
|
}
|
|
58743
58634
|
|
|
58744
|
-
&:not(.e-step-type-label) .e-
|
|
58745
|
-
|
|
58746
|
-
|
|
58747
|
-
|
|
58748
|
-
|
|
58749
|
-
|
|
58750
|
-
|
|
58751
|
-
|
|
58635
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-indicator:active,
|
|
58636
|
+
&:not(.e-step-type-label) .e-step-notstarted .e-step:active {
|
|
58637
|
+
background: $step-active-color;
|
|
58638
|
+
}
|
|
58639
|
+
|
|
58640
|
+
&:not(.e-step-type-label) {
|
|
58641
|
+
.e-step-valid .e-indicator:hover,
|
|
58642
|
+
.e-step-valid .e-step:hover {
|
|
58643
|
+
color: $step-hover-text-color;
|
|
58644
|
+
background: $step-valid-completed-bg-color;
|
|
58752
58645
|
}
|
|
58753
|
-
|
|
58754
|
-
|
|
58755
|
-
|
|
58646
|
+
.e-step-error .e-indicator:hover,
|
|
58647
|
+
.e-step-error .e-step:hover {
|
|
58648
|
+
color: $step-hover-text-color;
|
|
58649
|
+
background: $step-error-completed-bg-color;
|
|
58756
58650
|
}
|
|
58757
58651
|
}
|
|
58758
58652
|
}
|
|
@@ -81619,7 +81513,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81619
81513
|
text-align: left;
|
|
81620
81514
|
}
|
|
81621
81515
|
|
|
81622
|
-
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
81516
|
+
&.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
81623
81517
|
border-width: $grid-headercell-both-border-width;
|
|
81624
81518
|
}
|
|
81625
81519
|
|
|
@@ -81645,7 +81539,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81645
81539
|
border-right-width: 1px;
|
|
81646
81540
|
}
|
|
81647
81541
|
|
|
81648
|
-
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
|
|
81542
|
+
&.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
|
|
81649
81543
|
border-width: $grid-rtl-headercell-both-border-width;
|
|
81650
81544
|
}
|
|
81651
81545
|
|
|
@@ -83530,6 +83424,14 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83530
83424
|
border-top: 1px solid $grid-header-border-color;
|
|
83531
83425
|
}
|
|
83532
83426
|
|
|
83427
|
+
.e-gridcontent table tbody tr:first-child .e-normaledit .e-dragindentcell {
|
|
83428
|
+
border-top: 0 solid $grid-header-border-color;
|
|
83429
|
+
}
|
|
83430
|
+
|
|
83431
|
+
.e-detailrow .e-grid.e-default .e-normaledit .e-lastrowcell {
|
|
83432
|
+
border-bottom: 0;
|
|
83433
|
+
}
|
|
83434
|
+
|
|
83533
83435
|
.e-ccdlg {
|
|
83534
83436
|
.e-footer-content {
|
|
83535
83437
|
border-color: $grid-columnchooser-footer-border-color;
|
|
@@ -88220,7 +88122,7 @@ $btn-grp-outline-focus-danger-color: inherit !default;
|
|
|
88220
88122
|
|
|
88221
88123
|
//Focus state for Normal and Outline GroupButton
|
|
88222
88124
|
.e-btn:focus,
|
|
88223
|
-
input:focus+label.e-btn {
|
|
88125
|
+
input:focus-visible+label.e-btn {
|
|
88224
88126
|
@include button-focus;
|
|
88225
88127
|
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
88226
88128
|
box-shadow: none;
|