ds4/src/scss/components/_tabs.scss
2021-02-25 22:22:05 +01:00

15 lines
277 B
SCSS

@use "../utils/variables";
nav.tabs {
height: auto;
border-top: variables.$border-groove;
border-bottom: variables.$border-groove;
.item {
font-weight: bold;
white-space: nowrap;
}
.item.active {
text-decoration: none;
}
}