You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
849 B
42 lines
849 B
5 years ago
|
@import '../../style/themes/index';
|
||
|
@import '../../style/mixins/index';
|
||
|
@import './index';
|
||
|
|
||
|
.@{tab-prefix-cls} {
|
||
|
&-small {
|
||
|
> .@{tab-prefix-cls}-nav {
|
||
|
.@{tab-prefix-cls}-tab {
|
||
|
padding: @tabs-horizontal-padding-sm;
|
||
|
font-size: @tabs-title-font-size-sm;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&-large {
|
||
|
> .@{tab-prefix-cls}-nav {
|
||
|
.@{tab-prefix-cls}-tab {
|
||
|
padding: @tabs-horizontal-padding-lg;
|
||
|
font-size: @tabs-title-font-size-lg;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&-card {
|
||
|
&.@{tab-prefix-cls}-small {
|
||
|
> .@{tab-prefix-cls}-nav {
|
||
|
.@{tab-prefix-cls}-tab {
|
||
|
padding: @tabs-card-horizontal-padding-sm;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&.@{tab-prefix-cls}-large {
|
||
|
> .@{tab-prefix-cls}-nav {
|
||
|
.@{tab-prefix-cls}-tab {
|
||
|
padding: @tabs-card-horizontal-padding-lg;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|