mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Align logo in API browser
By default, bootstrap pads the “navbar-brand” element with 15px, and sets margin-left to -15px. Since we had removed all the padding, it meant that the logo was -15px to the left of the main page margin.
This commit is contained in:
parent
9e56913893
commit
1df83e8853
@ -36,9 +36,10 @@ body .navbar {
|
||||
background-color: #FFFFFF;
|
||||
border-color: #E8E8E8;
|
||||
}
|
||||
body .navbar .navbar-brand {
|
||||
body .navbar > .container .navbar-brand, .navbar {
|
||||
color: #707070;
|
||||
padding: 0;
|
||||
margin-left: 0px;
|
||||
font-size: 14px;
|
||||
}
|
||||
body .navbar .navbar-brand:focus,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user