ant-design/components/steps/style/custom-icon.rtl.less
xrkffgg 14c1a58f4f
style: add rtl.less of Steps (#22290)
* style: add rtl.less of Steps\DatePicker

* style: add rtl.less of Steps\DatePicker

* style: remove datepicker
2020-03-17 15:14:29 +08:00

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;
}
}
}
}