信鑫-King
4 years ago
committed by
GitHub
6 changed files with 35 additions and 37 deletions
@ -1,21 +1,23 @@ |
|||
@progress-prefix-cls: ~'@{ant-prefix}-progress'; |
|||
|
|||
.@{steps-prefix-cls}:not(.@{steps-prefix-cls}-dot):not(.@{steps-prefix-cls}-navigation) { |
|||
&:not(.@{steps-prefix-cls}-vertical) { |
|||
.@{steps-prefix-cls}-item { |
|||
padding-top: 4px; |
|||
.@{steps-prefix-cls}-with-progress { |
|||
.@{steps-prefix-cls}-item { |
|||
padding-top: 4px; |
|||
|
|||
.@{steps-prefix-cls}-item-tail { |
|||
top: 4px !important; |
|||
} |
|||
} |
|||
.@{steps-prefix-cls}-item { |
|||
.@{steps-prefix-cls}-item-icon { |
|||
position: relative; |
|||
.@{progress-prefix-cls} { |
|||
position: absolute; |
|||
top: -5px; |
|||
right: -5px; |
|||
bottom: -5px; |
|||
left: -5px; |
|||
} |
|||
|
|||
.@{steps-prefix-cls}-item-icon { |
|||
position: relative; |
|||
|
|||
.@{progress-prefix-cls} { |
|||
position: absolute; |
|||
top: -5px; |
|||
right: -5px; |
|||
bottom: -5px; |
|||
left: -5px; |
|||
} |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue