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