You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
792 B
36 lines
792 B
.@{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}-rtl & {
|
|
right: 0.5px;
|
|
left: auto;
|
|
}
|
|
}
|
|
}
|
|
&.@{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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|