revert: tabs style
parent
9be0909031
commit
459b1677c0
|
@ -205,22 +205,27 @@
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&-large {
|
||||||
&-large &-nav-container {
|
> .@{tab-prefix-cls}-bar {
|
||||||
|
.@{tab-prefix-cls}-nav-container {
|
||||||
font-size: @tabs-title-font-size-lg;
|
font-size: @tabs-title-font-size-lg;
|
||||||
}
|
}
|
||||||
|
.@{tab-prefix-cls}-tab {
|
||||||
&-large &-tab {
|
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
&-small &-nav-container {
|
|
||||||
font-size: @tabs-title-font-size-sm;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-small &-tab {
|
&-small {
|
||||||
|
> .@{tab-prefix-cls}-bar {
|
||||||
|
.@{tab-prefix-cls}-nav-container {
|
||||||
|
font-size: @tabs-title-font-size-sm;
|
||||||
|
}
|
||||||
|
.@{tab-prefix-cls}-tab {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:not(&-vertical) {
|
&:not(&-vertical) {
|
||||||
> .@{tab-prefix-cls}-content {
|
> .@{tab-prefix-cls}-content {
|
||||||
|
|
Loading…
Reference in New Issue