MDL-60048 theme_boost: Center logo within the navbar

My solution is to remove the padding that's added within scss/bootstrap/_navbar.scss (line 72)
for the case that a logo (has-logo) is uploaded and displayed within the navbar.
Removing this padding will center the image within the navbar.
This commit is contained in:
Kathrin Osswald 2017-09-07 08:34:19 +02:00
parent b3cfb01316
commit 88d7f109a0

View File

@ -90,6 +90,7 @@ $breadcrumb-divider-rtl: "/" !default;
@include hover-focus {
color: $brand-primary;
}
padding-top: 0;
}
}