]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/docs/assets/scss/_nav.scss
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / assets / scss / _nav.scss
CommitLineData
91e44d91
S
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}