mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
After fixes to app footer, the footer background color was off. Fixed.
This commit is contained in:
parent
15e6b5a25f
commit
cda1a8bd10
@ -15,7 +15,7 @@
|
||||
@green: #5bb75b;
|
||||
@blue: #1778c3; /* logo blue */
|
||||
@blue-link: #1778c3;
|
||||
@blue-dark: #2a6496; /* link hover */
|
||||
@blue-dark: #2a6496; /* link hover */
|
||||
@grey: #A9A9A9;
|
||||
@grey-txt: #707070;
|
||||
@well: #f5f5f5; /* well background color */
|
||||
@ -217,7 +217,7 @@ textarea {
|
||||
z-index: 2050;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
|
||||
.alert {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
@ -369,11 +369,6 @@ dd {
|
||||
margin-top: @footer-margin;
|
||||
}
|
||||
|
||||
/*#push {
|
||||
height: @push-height;
|
||||
margin-bottom: (@footer-margin);
|
||||
}*/
|
||||
|
||||
|
||||
#navbar-container, .main-menu {
|
||||
width: 100%;
|
||||
@ -447,6 +442,7 @@ dd {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
margin-bottom: 0;
|
||||
background-color: @black;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user