You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
494 B

@import 'variables';
.@{stepsPrefixCls}-label-vertical {
.@{stepsPrefixCls}-item {
overflow: visible;
&-tail {
padding: 0 24 * @hd;
margin-left: 48 * @hd;
}
&-content {
display: block;
text-align: center;
margin-top: 8 * @hd;
width: @stepDescriptionMaxWidth;
}
&-icon {
display: inline-block;
margin-left: 36 * @hd;
}
&-title {
padding-right: 0;
&:after {
display: none;
}
}
}
}