mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
90091fe2d0
close #13949
27 lines
563 B
Plaintext
27 lines
563 B
Plaintext
.@{steps-prefix-cls}-label-vertical {
|
||
.@{steps-prefix-cls}-item {
|
||
overflow: visible;
|
||
&-tail {
|
||
padding: 3.5px 24px;
|
||
margin-left: 51px;
|
||
}
|
||
&-content {
|
||
display: block;
|
||
text-align: center;
|
||
margin-top: 8px;
|
||
// icon左边距离+一半icon宽度,是content一半的宽度,垂直对齐icon
|
||
width: (@steps-icon-size / 2 + 36px) * 2;
|
||
}
|
||
&-icon {
|
||
display: inline-block;
|
||
margin-left: 36px;
|
||
}
|
||
&-title {
|
||
padding-right: 0;
|
||
&:after {
|
||
display: none;
|
||
}
|
||
}
|
||
}
|
||
}
|