Skip to content

Commit 5968ae4

Browse files
author
Pablo Henrique
authored
Merge pull request vuematerial#837 from guijavax/stepperfix
fixed stepper icon
2 parents b5c2107 + 13d9d41 commit 5968ae4

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

src/components/mdStepper/mdStepper.scss

Lines changed: 8 additions & 12 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;
@@ -109,11 +109,7 @@
109109
&.md-has-sub-message {
110110
padding: 24px;
111111
}
112-
113-
.md-step-icon {
114-
padding: 0;
115-
}
116-
112+
117113
.md-step-icons, .md-step-titles {
118114
display: block;
119115
}
@@ -131,7 +127,7 @@
131127
overflow: hidden;
132128
position: relative;
133129
width: 100%;
134-
130+
135131
.md-steps-wrapper {
136132
bottom: 0;
137133
left: 0;
@@ -170,7 +166,7 @@
170166
&:not(:first-of-type) {
171167
.md-step-header {
172168
padding-top: 8px;
173-
}
169+
}
174170
}
175171

176172
.md-step-content {
@@ -187,4 +183,4 @@
187183
}
188184
}
189185
}
190-
}
186+
}

0 commit comments

Comments
 (0)