]> git.ipfire.org Git - ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/docs/assets/scss/_nav.scss
.gitignore: Add .vscode
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / docs / assets / scss / _nav.scss
1 //
2 // Main navbar
3 //
4
5 .bd-navbar {
6 .navbar-nav {
7 .nav-link {
8 color: $bd-graphite-light;
9
10 &.active,
11 &:hover,
12 &:focus {
13 color: $gray-dark;
14 background-color: transparent;
15 }
16
17 &.active {
18 font-weight: 500;
19 color: darken($gray-dark, 15%);
20 }
21 }
22 }
23
24 .dropdown-menu {
25 font-size: inherit;
26 }
27 }