2017-09-05 19:57:59 +08:00
|
|
|
.@{steps-prefix-cls}-label-vertical {
|
|
|
|
.@{steps-prefix-cls}-item {
|
|
|
|
overflow: visible;
|
|
|
|
&-tail {
|
2019-12-18 17:46:17 +08:00
|
|
|
margin-left: 58px;
|
2019-02-15 10:48:07 +08:00
|
|
|
padding: 3.5px 24px;
|
2017-09-05 19:57:59 +08:00
|
|
|
}
|
|
|
|
&-content {
|
|
|
|
display: block;
|
2019-12-18 17:46:17 +08:00
|
|
|
width: (@steps-icon-size / 2 + 42px) * 2;
|
2019-02-15 10:48:07 +08:00
|
|
|
margin-top: 8px;
|
|
|
|
text-align: center;
|
2017-09-05 19:57:59 +08:00
|
|
|
}
|
|
|
|
&-icon {
|
|
|
|
display: inline-block;
|
2019-12-18 17:46:17 +08:00
|
|
|
margin-left: 42px;
|
2017-09-05 19:57:59 +08:00
|
|
|
}
|
|
|
|
&-title {
|
|
|
|
padding-right: 0;
|
2020-03-13 10:51:16 +08:00
|
|
|
padding-left: 0;
|
2019-02-15 10:48:07 +08:00
|
|
|
&::after {
|
2017-09-05 19:57:59 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2019-12-18 17:46:17 +08:00
|
|
|
&-subtitle {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-left: 0;
|
|
|
|
line-height: @line-height-base;
|
|
|
|
}
|
2017-09-05 19:57:59 +08:00
|
|
|
}
|
2019-04-04 12:00:32 +08:00
|
|
|
&.@{steps-prefix-cls}-small:not(.@{steps-prefix-cls}-dot) {
|
2019-03-07 17:04:31 +08:00
|
|
|
.@{steps-prefix-cls}-item {
|
|
|
|
&-icon {
|
2020-02-10 11:29:14 +08:00
|
|
|
margin-left: 46px;
|
2019-03-07 17:04:31 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-09-05 19:57:59 +08:00
|
|
|
}
|