Skip to content

Commit 4fd436c

Browse files
author
Márcio Jamal Resende
committed
fixed stepper icon
1 parent aec7f58 commit 4fd436c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/mdStepper/mdStepper.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
display: inline-block;
2626
vertical-align: middle;
2727
}
28-
28+
2929
&.md-has-sub-message {
3030
padding: 15px 24px;
3131

@@ -52,7 +52,7 @@
5252
display: inline-block;
5353
font-size: 12px;
5454
margin-right: 8px;
55-
width: 24px;
55+
width: 24px;
5656

5757
span {
5858
display: block;
@@ -64,7 +64,7 @@
6464
.md-step-title {
6565
font-size: inherit;
6666
}
67-
67+
6868
&.md-disabled {
6969
cursor: default;
7070
pointer-events: none;
@@ -85,7 +85,7 @@
8585
height: 104px;
8686
min-height: 104px;
8787
}
88-
88+
8989
.md-steps-navigation-container {
9090
display: flex;
9191
justify-content: space-between;
@@ -110,9 +110,9 @@
110110
padding: 24px;
111111
}
112112

113-
.md-step-icon {
114-
padding: 0;
115-
}
113+
// .md-step-icon {
114+
// padding: 0;
115+
// }
116116

117117
.md-step-icons, .md-step-titles {
118118
display: block;
@@ -131,7 +131,7 @@
131131
overflow: hidden;
132132
position: relative;
133133
width: 100%;
134-
134+
135135
.md-steps-wrapper {
136136
bottom: 0;
137137
left: 0;
@@ -170,7 +170,7 @@
170170
&:not(:first-of-type) {
171171
.md-step-header {
172172
padding-top: 8px;
173-
}
173+
}
174174
}
175175

176176
.md-step-content {
@@ -187,4 +187,4 @@
187187
}
188188
}
189189
}
190-
}
190+
}

0 commit comments

Comments
 (0)