mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-05 05:28:20 +08:00
603c0c1733
close #29824
28 lines
520 B
Plaintext
28 lines
520 B
Plaintext
@progress-prefix-cls: ~'@{ant-prefix}-progress';
|
|
|
|
.@{steps-prefix-cls}-with-progress {
|
|
.@{steps-prefix-cls}-item {
|
|
padding-top: 4px;
|
|
|
|
.@{steps-prefix-cls}-item-tail {
|
|
top: 4px !important;
|
|
}
|
|
}
|
|
|
|
&.@{steps-prefix-cls}-horizontal .@{steps-prefix-cls}-item:first-child {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.@{steps-prefix-cls}-item-icon {
|
|
position: relative;
|
|
|
|
.@{progress-prefix-cls} {
|
|
position: absolute;
|
|
top: -5px;
|
|
right: -5px;
|
|
bottom: -5px;
|
|
left: -5px;
|
|
}
|
|
}
|
|
}
|