mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
43 lines
661 B
SCSS
43 lines
661 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by gulp docs:copy:bs-docs
|
|
|
|
//
|
|
// Main navbar
|
|
//
|
|
|
|
.bd-navbar {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
|
|
.navbar-nav {
|
|
.nav-link {
|
|
color: $bd-graphite-light;
|
|
|
|
&.active,
|
|
&:hover,
|
|
&:focus {
|
|
color: $gray-dark;
|
|
background-color: transparent;
|
|
}
|
|
|
|
&.active {
|
|
font-weight: 500;
|
|
color: darken($gray-dark, 15%);
|
|
}
|
|
}
|
|
}
|
|
|
|
.dropdown-menu {
|
|
font-size: inherit;
|
|
}
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
.nav-link {
|
|
float: none;
|
|
|
|
+ .nav-link {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|