2015-08-18 06:31:17 +02:00
|
|
|
//
|
|
|
|
// Main navbar
|
|
|
|
//
|
|
|
|
|
|
|
|
.bd-navbar {
|
2015-08-18 10:06:36 +02:00
|
|
|
.navbar-nav {
|
|
|
|
.nav-link {
|
|
|
|
color: $bd-graphite-light;
|
2015-08-18 06:31:17 +02:00
|
|
|
|
2015-08-18 10:06:36 +02:00
|
|
|
&.active,
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: $gray-dark;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2015-08-18 06:31:17 +02:00
|
|
|
|
2015-08-18 10:06:36 +02:00
|
|
|
&.active {
|
2016-03-22 06:56:26 +01:00
|
|
|
font-weight: 500;
|
2016-03-22 06:56:45 +01:00
|
|
|
color: darken($gray-dark, 15%);
|
2015-08-18 10:06:36 +02:00
|
|
|
}
|
2015-08-18 06:31:17 +02:00
|
|
|
}
|
|
|
|
}
|
2015-08-19 03:45:08 +02:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2015-08-18 06:31:17 +02:00
|
|
|
}
|