mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
31 lines
534 B
Plaintext
31 lines
534 B
Plaintext
@import 'variables';
|
|
|
|
.@{stepsPrefixClass}-label-vertical {
|
|
.@{stepsPrefixClass}-item {
|
|
overflow: visible;
|
|
&-tail {
|
|
padding: 0px 24px;
|
|
margin-left: 48px;
|
|
}
|
|
&-content {
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: 8px;
|
|
width: @stepDescriptionMaxWidth;
|
|
}
|
|
&-icon {
|
|
display: inline-block;
|
|
margin-left: 36px;
|
|
}
|
|
&-title {
|
|
padding-right: 0;
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
&-description {
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|