mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
15 lines
189 B
SCSS
15 lines
189 B
SCSS
@import 'colors';
|
|
@import 'fonts';
|
|
|
|
.nav-tabs {
|
|
margin-bottom: -1rem;
|
|
|
|
.nav-link {
|
|
@extend .font-bitter;
|
|
background-color: $dark-blue;
|
|
}
|
|
}
|
|
|
|
.nav-item {
|
|
margin-right: 1px;
|
|
}
|