refactor step title style again

This commit is contained in:
afc163 2017-08-01 18:33:28 +08:00
parent 0cdcdfba7b
commit 0cf3600e25

View File

@ -189,13 +189,9 @@
} }
} }
} }
.@{steps-prefix-cls}-main {
margin-top: 2.5px;
}
.@{steps-prefix-cls}-title { .@{steps-prefix-cls}-title {
font-size: @font-size-lg; font-size: @font-size-lg;
line-height: 21px; line-height: @steps-icon-size;
margin-bottom: 4px;
color: @text-color; color: @text-color;
font-weight: bold; font-weight: bold;
background-color: @steps-background; background-color: @steps-background;
@ -264,7 +260,7 @@
} }
.@{steps-prefix-cls}-title { .@{steps-prefix-cls}-title {
font-size: @font-size-base; font-size: @font-size-base;
margin-bottom: 4px; line-height: @steps-small-icon-size;
color: @text-color; color: @text-color;
font-weight: bold; font-weight: bold;
} }