2015-12-06 16:56:59 +03:00
|
|
|
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
|
2015-11-26 01:01:18 +03:00
|
|
|
//
|
|
|
|
// Main navbar
|
|
|
|
//
|
|
|
|
|
|
|
|
.bd-navbar {
|
|
|
|
font-size: 87.5%; // 14px
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
.nav-link {
|
|
|
|
color: $bd-graphite-light;
|
|
|
|
|
|
|
|
&.active,
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: $gray-dark;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
2015-12-04 17:53:46 +03:00
|
|
|
color: darken($gray-dark, 25%);
|
2015-11-26 01:01:18 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
.nav-link {
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
+ .nav-link {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|