ds4/src/scss/components/_tabs.scss
2021-02-20 22:41:33 +01:00

14 lines
257 B
SCSS

nav.tabs {
height: auto;
border-top: 2px groove $c-border-groove;
border-bottom: 2px groove $c-border-groove;
.item {
// line-height: 40px;
font-weight: bold;
}
.item.active {
text-decoration: none;
}
}