2015-08-18 06:31:17 +02:00
|
|
|
//
|
|
|
|
// Main navbar
|
|
|
|
//
|
|
|
|
|
|
|
|
.bd-navbar {
|
2015-08-18 10:27:33 +02:00
|
|
|
font-size: 87.5%; // 14px
|
|
|
|
|
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 {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2015-08-18 06:31:17 +02:00
|
|
|
}
|
|
|
|
}
|
2015-08-19 03:45:08 +02:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2015-08-19 08:44:18 +02:00
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
.nav-link {
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
+ .nav-link {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-08-18 06:31:17 +02:00
|
|
|
}
|