yyzone
Version:
yyzone vue components and utils
48 lines (45 loc) • 1.16 kB
text/less
@prefixTabsCls: ~'@{yy-css-prefix}tabs';
.@{prefixTabsCls} {
&-nav {
background-color: @yy-background-color-base;
.clearfix();
}
&-scrollable {
white-space: nowrap;
// width: fit-content;
.@{prefixTabsCls}-tab {
background-color: @yy-background-color-base;
}
}
&-tab {
display: inline-block;
padding: 0 20px;
color: @yy-text-primary-color;
font-size: @yy-font-size-small;
height: 50px;
line-height: 50px;
.cursor();
&-active {
color: @yy-primary-color;
position: relative;
&:after {
position: absolute;
background-color: @yy-primary-color;
width: @yy-font-size-small;
margin-left: -6px;
border-radius: 2px;
content: '';
height: 6px;
bottom: 0;
left: 50%;
}
}
}
&-extra {
.pull-right();
height: 50px;
display: flex;
align-items: center;
padding-right: 20px;
}
}