ds4/scss/components/_tabs.scss
2020-10-29 16:18:38 +01:00

14 lines
210 B
SCSS

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