revert: tabs style

pull/197/head
tangjinzhou 2018-09-17 21:30:08 +08:00
parent 9be0909031
commit 459b1677c0
1 changed files with 18 additions and 13 deletions

View File

@ -205,21 +205,26 @@
font-weight: 500; font-weight: 500;
} }
} }
&-large {
&-large &-nav-container { > .@{tab-prefix-cls}-bar {
font-size: @tabs-title-font-size-lg; .@{tab-prefix-cls}-nav-container {
font-size: @tabs-title-font-size-lg;
}
.@{tab-prefix-cls}-tab {
padding: 16px;
}
}
} }
&-large &-tab { &-small {
padding: 16px; > .@{tab-prefix-cls}-bar {
} .@{tab-prefix-cls}-nav-container {
font-size: @tabs-title-font-size-sm;
&-small &-nav-container { }
font-size: @tabs-title-font-size-sm; .@{tab-prefix-cls}-tab {
} padding: 8px 16px;
}
&-small &-tab { }
padding: 8px 16px;
} }
&:not(&-vertical) { &:not(&-vertical) {