2017-09-05 19:57:59 +08:00
|
|
|
.@{steps-prefix-cls}-item-custom {
|
|
|
|
.@{steps-prefix-cls}-item-icon {
|
2019-02-15 10:48:07 +08:00
|
|
|
height: auto;
|
2017-09-05 19:57:59 +08:00
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
> .@{steps-prefix-cls}-icon {
|
2017-12-04 14:51:31 +08:00
|
|
|
top: 0;
|
2017-09-07 11:00:36 +08:00
|
|
|
left: 0.5px;
|
2017-09-05 19:57:59 +08:00
|
|
|
width: @steps-icon-size;
|
|
|
|
height: @steps-icon-size;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: 24px;
|
|
|
|
line-height: @steps-icon-size;
|
2017-09-05 19:57:59 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
&.@{steps-prefix-cls}-item-process {
|
|
|
|
.@{steps-prefix-cls}-item-icon > .@{steps-prefix-cls}-icon {
|
|
|
|
color: @process-icon-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-02-12 22:41:41 +08:00
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|