polestar-ui-kit
Version:
## Install
38 lines (36 loc) • 1.32 kB
text/less
.@{ps-tabs-prefix-cls}-button.@{tab-prefix-cls} {
.@{tab-prefix-cls} {
&-ink-bar {
display: none ;
}
&-tab {
border: @border-width-base @border-style-base @primary-4 ;
border-radius: @border-radius-base 0 0 @border-radius-base ;
color: @primary-4 ;
//margin-right: unset !important;
margin-right: 0 ;
padding: 0 12px ;
line-height: 30px ;
font-size: @font-size-base ;
}
&-tab:nth-child(2) {
border-radius: 0 ;
border-left: none ;
}
&-tab:nth-child(3) {
border-radius: 0 ;
border-left: none ;
// border-right: none !important;
border-radius: 0 @border-radius-base @border-radius-base 0 ;
}
// &-tab:nth-child(4) {
// border-radius: 0 3px 3px 0 !important;
// }
&-tab-active {
background: @primary-5 ;
border-color: @primary-4 ;
color: @white ;
padding-bottom: unset ;
}
}
}