forgeplus-react/src/components/tabs/index.scss

31 lines
659 B
SCSS

.default-tab-container {
width: 100%;
.tabs-nav {
height: 54px;
background: rgba(15, 30, 49, 1);
font-size: 14px;
font-family: MicrosoftYaHei;
color: rgba(221, 221, 221, 1);
line-height: 14px;
padding: 0 17px;
display: flex;
flex-flow: row nowrap;
align-items: center;
a {
display: block;
margin-right: 30px;
color: rgba(221, 221, 221, 1);
height: 54px;
line-height: 54px;
border-bottom: 2px solid transparent;
&.active {
font-family: MicrosoftYaHeiSemibold;
color: rgba(80, 145, 255, 1);
border-bottom: 2px solid #5091ff;
}
}
}
}