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.
31 lines
534 B
31 lines
534 B
@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;
|
|
}
|
|
}
|
|
}
|