polestar-ui-kit
Version:
## Install
16 lines (14 loc) • 376 B
text/less
@tab-prefix-cls: ~"@{ant-prefix}-tabs";
.@{tab-prefix-cls} {
&&-card > &-bar &-nav-container {
height: @tabs-card-height - 10px;
}
&&-card > &-bar &-tab {
margin-right: 6px;
line-height: @tabs-card-height - 10px;
border: @border-width-base @border-style-base @gray-3;
}
&&-card > &-bar &-tab-disabled {
background: @gray-2;
}
}