File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 76
76
margin-left : 0 ;
77
77
background : none ;
78
78
}
79
+
79
80
// https://github.com/ant-design/ant-design/issues/18354
80
81
.@{steps-prefix-cls} -item > .@{steps-prefix-cls} -item-container > .@{steps-prefix-cls} -item-tail {
81
82
top : 6.5px ;
82
83
left : -9px ;
83
84
margin : 0 ;
84
85
padding : 22px 0 4px ;
85
86
}
87
+
88
+ & .@{steps-prefix-cls} -small {
89
+ .@{steps-prefix-cls} -item-icon {
90
+ margin-top : 10px ;
91
+ }
92
+
93
+ .@{steps-prefix-cls} -item
94
+ > .@{steps-prefix-cls} -item-container
95
+ > .@{steps-prefix-cls} -item-tail {
96
+ top : 3.5px ;
97
+ }
98
+ }
99
+
86
100
.@{steps-prefix-cls} -item :first-child .@{steps-prefix-cls} -icon-dot {
87
101
left : 0 ;
88
102
}
Original file line number Diff line number Diff line change 25
25
padding-left : 16px ;
26
26
}
27
27
28
+ .@{steps-prefix-cls} -item-subtitle {
29
+ .@{steps-prefix-cls} -rtl & {
30
+ float : left ;
31
+ margin-right : 8px ;
32
+ margin-left : 0 ;
33
+ }
34
+ }
35
+
28
36
& ::after {
29
37
.@{steps-prefix-cls} -rtl & {
30
38
right : 100% ;
46
54
padding-right : 0 ;
47
55
}
48
56
}
57
+
49
58
& :last-child .@{steps-prefix-cls} -item-title {
50
59
.@{steps-prefix-cls} -rtl & {
51
60
padding-left : 0 ;
86
95
margin-left : 0 ;
87
96
text-align : right ;
88
97
}
98
+
89
99
.@{steps-prefix-cls} -item-title {
90
100
.@{steps-prefix-cls} -rtl & {
91
101
padding-left : 0 ;
187
197
}
188
198
}
189
199
}
200
+
190
201
& :first-child .@{steps-prefix-cls} -icon-dot {
191
202
.@{steps-prefix-cls} -rtl & {
192
203
right : 2px ;
224
235
margin-left : 16px ;
225
236
}
226
237
}
238
+
227
239
// https://github.com/ant-design/ant-design/issues/18354
228
240
.@{steps-prefix-cls} -item > .@{steps-prefix-cls} -item-container > .@{steps-prefix-cls} -item-tail {
229
241
.@{steps-prefix-cls} -rtl & {
230
242
right : -9px ;
231
243
left : auto ;
232
244
}
233
245
}
246
+
234
247
.@{steps-prefix-cls} -item :first-child .@{steps-prefix-cls} -icon-dot {
235
248
.@{steps-prefix-cls} -rtl & {
236
249
right : 0 ;
237
250
left : auto ;
238
251
}
239
252
}
253
+
240
254
.@{steps-prefix-cls} -item-process .@{steps-prefix-cls} -icon-dot {
241
255
.@{steps-prefix-cls} -rtl & {
242
256
right : -2px ;
247
261
248
262
// RTL Steps with progress
249
263
.@{steps-prefix-cls} -rtl.@{steps-prefix-cls} -with-progress.@{steps-prefix-cls} -horizontal.@{steps-prefix-cls} -label-horizontal {
250
- .@{steps-prefix-cls} -item :first-child . @{steps-prefix-cls} -item-active {
264
+ .@{steps-prefix-cls} -item :first-child {
251
265
padding-right : 4px ;
266
+ padding-left : 0 ;
267
+ & .@{steps-prefix-cls} -item-active {
268
+ padding-right : 4px ;
269
+ }
252
270
}
253
271
}
You can’t perform that action at this time.
0 commit comments