ant-design/components/steps/style/custom-icon.less
偏右 a933961aae upgrade rc-steps to 3.0 (#7473)
* upgrade rc-steps to 3.0

* update snapshot
2017-09-05 19:57:59 +08:00

20 lines
450 B
Plaintext

.@{steps-prefix-cls}-item-custom {
.@{steps-prefix-cls}-item-icon {
background: none;
border: 0;
width: auto;
height: auto;
> .@{steps-prefix-cls}-icon {
font-size: @steps-icon-size;
top: 1px;
width: @steps-icon-size;
height: @steps-icon-size;
}
}
&.@{steps-prefix-cls}-item-process {
.@{steps-prefix-cls}-item-icon > .@{steps-prefix-cls}-icon {
color: @process-icon-color;
}
}
}