mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 01:11:26 +08:00
f581159cb5
* refactor: cssinjs for Tabs * doc: update demo css * refactor: use genHook * refactor: add skip check * fix: remove useless skip * refactor: remove rootPrefixCls
43 lines
982 B
Plaintext
43 lines
982 B
Plaintext
// @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;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|