We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f157298 commit 0b31163Copy full SHA for 0b31163
components/tabs/style/index.less
@@ -205,21 +205,26 @@
205
font-weight: 500;
206
}
207
208
-
209
- &-large &-nav-container {
210
- font-size: @tabs-title-font-size-lg;
211
- }
212
213
- &-large &-tab {
214
- padding: 16px;
215
216
217
- &-small &-nav-container {
218
- font-size: @tabs-title-font-size-sm;
+ &-large {
+ > .@{tab-prefix-cls}-bar {
+ .@{tab-prefix-cls}-nav-container {
+ font-size: @tabs-title-font-size-lg;
+ }
+ .@{tab-prefix-cls}-tab {
+ padding: 16px;
219
220
221
- &-small &-tab {
222
- padding: 8px 16px;
+ &-small {
+ font-size: @tabs-title-font-size-sm;
223
224
225
+ padding: 8px 16px;
226
227
228
229
230
&:not(&-vertical) {
0 commit comments