ds4/src/scss/components/_tabs.scss
2020-12-23 17:14:02 +01:00

14 lines
254 B
SCSS

nav.tabs {
height: 40px;
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;
}
}