We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0e38e commit f5fe844Copy full SHA for f5fe844
1 file changed
projects/igniteui-angular/stepper/src/stepper/step/themes/_base.scss
@@ -73,12 +73,6 @@ $theme: digest-schema($material-stepper);
73
}
74
75
76
- @include m(current, $not: ('horizontal')) {
77
- @include e(content-wrapper) {
78
- padding: rem(16px);
79
- }
80
81
-
82
@include m(invalid) {
83
&:focus {
84
@include e(header) {
@@ -154,6 +148,7 @@ $theme: digest-schema($material-stepper);
154
148
margin-block: 0;
155
149
};
156
150
151
+ padding: rem(16px);
157
152
position: relative;
158
153
159
&::before {
0 commit comments