ant-design/components/steps/style/custom-icon.rtl.less

11 lines
201 B
Plaintext
Raw Normal View History

.@{steps-prefix-cls}-item-custom {
.@{steps-prefix-cls}-item-icon {
> .@{steps-prefix-cls}-icon {
.@{steps-prefix-cls}-rtl & {
right: 0.5px;
left: auto;
}
}
}
}