mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 09:30:17 +01:00
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:
parent
b3cfb01316
commit
88d7f109a0
@ -90,6 +90,7 @@ $breadcrumb-divider-rtl: "/" !default;
|
||||
@include hover-focus {
|
||||
color: $brand-primary;
|
||||
}
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user