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
982 B
42 lines
982 B
// @import '../../style/themes/index';
|
|
// @import '../../style/mixins/index';
|
|
|
|
// @tab-prefix-cls: ~'@{ant-prefix}-tabs';
|
|
|
|
// .@{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;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|