mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
14c1a58f4f
* style: add rtl.less of Steps\DatePicker * style: add rtl.less of Steps\DatePicker * style: remove datepicker
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
.@{steps-prefix-cls}-item-custom {
|
|
.@{steps-prefix-cls}-item-icon {
|
|
> .@{steps-prefix-cls}-icon {
|
|
.@{steps-prefix-cls}-rtl & {
|
|
right: 0.5px;
|
|
left: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|