File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 205
205
font-weight : 500 ;
206
206
}
207
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 ;
208
+ &-large {
209
+ > .@{tab-prefix-cls} -bar {
210
+ .@{tab-prefix-cls} -nav-container {
211
+ font-size : @tabs-title-font-size-lg ;
212
+ }
213
+ .@{tab-prefix-cls} -tab {
214
+ padding : 16px ;
215
+ }
216
+ }
219
217
}
220
218
221
- &-small &-tab {
222
- padding : 8px 16px ;
219
+ &-small {
220
+ > .@{tab-prefix-cls} -bar {
221
+ .@{tab-prefix-cls} -nav-container {
222
+ font-size : @tabs-title-font-size-sm ;
223
+ }
224
+ .@{tab-prefix-cls} -tab {
225
+ padding : 8px 16px ;
226
+ }
227
+ }
223
228
}
224
229
225
230
& :not (&-vertical ) {
You can’t perform that action at this time.
0 commit comments