2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

tweak navbar so it isn't more than 4rem high

This commit is contained in:
Mark Otto
2017-05-29 20:28:08 -07:00
committed by Mark Otto
parent 86177ac3af
commit 12ca6d9d34
2 changed files with 2 additions and 12 deletions
+1 -11
View File
@@ -7,8 +7,7 @@
.bd-navbar {
min-height: 4rem;
background-color: $bd-purple;
border-bottom: 1px solid rgba(0,0,0,.1);
box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
box-shadow: 0 .5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
@include media-breakpoint-down(md) {
.navbar-nav-scroll {
@@ -62,13 +61,4 @@
.dropdown-menu {
font-size: .875rem;
}
// .navbar-brand {
// color: #fff;
// }
.bd-navbar-brand-wrap {
padding-top: .25rem;
padding-bottom: .25rem;
}
}