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 62c79c1 commit dcc8d61Copy full SHA for dcc8d61
style/mobile/components/step-item/_index.less
@@ -44,6 +44,10 @@
44
align-items: center;
45
}
46
47
+ &--vertical {
48
+ margin-bottom: 8px;
49
+ }
50
+
51
&__anchor {
52
display: flex;
53
@@ -128,10 +132,13 @@
128
132
129
133
130
134
justify-content: space-between;
131
- margin-bottom: 4px;
135
136
137
138
+ &__title + &__description:not(:empty) {
139
+ margin-top: 4px;
140
141
142
&__description {
143
color: @step-item-description-color;
144
line-height: 20px;
0 commit comments