ds4/src/scss/components/_tabs.scss
2021-02-21 04:13:11 +01:00

13 lines
227 B
SCSS

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