mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 09:21:24 +08:00
22 lines
502 B
Plaintext
22 lines
502 B
Plaintext
|
@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}-item {
|
||
|
.@{steps-prefix-cls}-item-icon {
|
||
|
position: relative;
|
||
|
.@{progress-prefix-cls} {
|
||
|
position: absolute;
|
||
|
top: -4px;
|
||
|
right: -4px;
|
||
|
bottom: -4px;
|
||
|
left: -4px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|