2020-07-27 21:40:36 +08:00
|
|
|
@progress-prefix-cls: ~'@{ant-prefix}-progress';
|
|
|
|
|
2020-11-02 17:04:30 +08:00
|
|
|
.@{steps-prefix-cls}-with-progress {
|
|
|
|
.@{steps-prefix-cls}-item {
|
|
|
|
padding-top: 4px;
|
|
|
|
|
|
|
|
.@{steps-prefix-cls}-item-tail {
|
|
|
|
top: 4px !important;
|
2020-07-27 21:40:36 +08:00
|
|
|
}
|
|
|
|
}
|
2020-11-02 17:04:30 +08:00
|
|
|
|
2021-03-24 17:51:15 +08:00
|
|
|
&.@{steps-prefix-cls}-horizontal .@{steps-prefix-cls}-item:first-child {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2020-11-02 17:04:30 +08:00
|
|
|
.@{steps-prefix-cls}-item-icon {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.@{progress-prefix-cls} {
|
|
|
|
position: absolute;
|
|
|
|
top: -5px;
|
|
|
|
right: -5px;
|
|
|
|
bottom: -5px;
|
|
|
|
left: -5px;
|
2020-07-27 21:40:36 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|