ds4/scss/components/_tabs.scss

15 lines
228 B
SCSS
Raw Normal View History

2020-10-29 16:18:38 +01:00
nav.tabs {
height: 40px;
2020-10-29 18:49:51 +01:00
border-top: 2px groove $c-border-groove;
border-bottom: 2px groove $c-border-groove;
2020-10-29 16:18:38 +01:00
.item {
line-height: 40px;
font-weight: bold;
}
.item.active {
text-decoration: none;
}
}