mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
14c1a58f4f
* style: add rtl.less of Steps\DatePicker * style: add rtl.less of Steps\DatePicker * style: remove datepicker
34 lines
741 B
Plaintext
34 lines
741 B
Plaintext
@import './custom-icon.rtl.less';
|
|
|
|
.@{steps-prefix-cls}-item-custom {
|
|
.@{steps-prefix-cls}-item-icon {
|
|
height: auto;
|
|
background: none;
|
|
border: 0;
|
|
> .@{steps-prefix-cls}-icon {
|
|
top: 0;
|
|
left: 0.5px;
|
|
width: @steps-icon-size;
|
|
height: @steps-icon-size;
|
|
font-size: 24px;
|
|
line-height: @steps-icon-size;
|
|
}
|
|
}
|
|
&.@{steps-prefix-cls}-item-process {
|
|
.@{steps-prefix-cls}-item-icon > .@{steps-prefix-cls}-icon {
|
|
color: @process-icon-color;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Only adjust horizontal customize icon width
|
|
.@{steps-prefix-cls} {
|
|
&:not(.@{steps-prefix-cls}-vertical) {
|
|
.@{steps-prefix-cls}-item-custom {
|
|
.@{steps-prefix-cls}-item-icon {
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|