You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/assets/stylesheets/navigation.scss

16 lines
189 B

@import 'colors';
@import 'fonts';
.nav-tabs {
margin-bottom: -1rem;
.nav-link {
@extend .font-bitter;
background-color: $dark-blue;
}
}
.nav-item {
margin-right: 1px;
}