layout: restrict $footer-background to background-color (#30421)

This commit is contained in:
Emmanuel Cazenave 2019-02-06 15:56:32 +01:00
parent fd91318131
commit 18b1546f27
5 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ div#main-content {
#footer-wrapper {
clear: both;
padding: 1ex 0 2ex 0;
background: $footer-background;
background-color: $footer-background;
color: $footer-color;
&::after {
content: '';

View File

@ -154,6 +154,7 @@ div.widget-prefilled div.content div.message {
div#footer-wrapper {
min-height: 100px;
background: #E7F0F6 url(logo_head2.png) 32px 10px no-repeat;
}
div.widget th {

View File

@ -22,5 +22,4 @@ $title-font-style: italic;
$title-padding: 1ex 1ex 1ex 0;
$title-weight: normal;
$cell-background: #E7F0F6;
$footer-background: #E7F0F6 url(logo_head2.png) 32px 10px no-repeat;
$footer-color: #333;

View File

@ -54,6 +54,7 @@ div#main-content-wrapper {
div#footer-wrapper {
margin-top: 0;
padding-top: 1em;
background: #296A94 url(bg-footer.jpg) top left repeat-x;
}
div#header {

View File

@ -16,7 +16,6 @@ $title-background: $primary-color;
$title-weight: bold;
$title-border-bottom: #5F93B5;
$title-color: white;
$footer-background: #296A94 url(bg-footer.jpg) top left repeat-x;
$footer-color: white;
$link-color: #5C8DAE;
$cell-background: #E6F3FA;