fix main docs nav to use latest navbar changes

This commit is contained in:
Mark Otto 2015-08-18 01:06:36 -07:00
parent b96f2b4c5b
commit a3eecaadb0
2 changed files with 41 additions and 46 deletions

View file

@ -3,23 +3,20 @@
//
.bd-navbar {
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 0;
// background-color: $bd-graphite;
.navbar-nav {
.nav-link {
color: $bd-graphite-light;
.nav-link {
color: $bd-graphite-light;
&.active,
&:hover,
&:focus {
color: $gray-dark;
background-color: transparent;
}
&.active,
&:hover,
&:focus {
color: $gray-dark;
background-color: transparent;
}
&.active {
font-weight: 500;
&.active {
font-weight: 500;
}
}
}
}