mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 14:17:54 +03:00
ac37625123
This reverts commit 162fd8e9b8
.
41 lines
632 B
SCSS
41 lines
632 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
//
|
|
// 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 {
|
|
color: darken($gray-dark, 25%);
|
|
}
|
|
}
|
|
}
|
|
|
|
.dropdown-menu {
|
|
font-size: inherit;
|
|
}
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
.nav-link {
|
|
float: none;
|
|
|
|
+ .nav-link {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|