mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
a933961aae
* upgrade rc-steps to 3.0 * update snapshot
29 lines
513 B
Plaintext
29 lines
513 B
Plaintext
.@{steps-prefix-cls}-label-vertical {
|
|
.@{steps-prefix-cls}-item {
|
|
overflow: visible;
|
|
&-tail {
|
|
padding: 0 24px;
|
|
margin-left: 48px;
|
|
}
|
|
&-content {
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: 8px;
|
|
width: @steps-desciption-max-width;
|
|
}
|
|
&-icon {
|
|
display: inline-block;
|
|
margin-left: 36px;
|
|
}
|
|
&-title {
|
|
padding-right: 0;
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
&-description {
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|