couleurs du footer selon la charte graphique LFI

This commit is contained in:
Pierre 2020-12-03 04:45:11 +01:00
parent f2b39d5ab8
commit 2952f1ded9
3 changed files with 5 additions and 5 deletions

View file

@ -497,7 +497,7 @@ body{
} }
.footer{ .footer{
color: $dark; color: $light;
margin-bottom:0; margin-bottom:0;
text-align: left; text-align: left;
position:relative; position:relative;

View file

@ -17,7 +17,7 @@ $pagination-active: #FF8A00;
//$fond-footer: #4B9886; vert-bleu //$fond-footer: #4B9886; vert-bleu
$fond-footer: $texte-menu; $fond-footer: $texte-menu;
//$titres-footer : #4B9886; vert plus clair //$titres-footer : #4B9886; vert plus clair
$titres-footer : #ffb284; $titres-footer : white;
$fond-formulaires: rgba(255,255,255,0.8); $fond-formulaires: rgba(255,255,255,0.8);
$fond-transparent: rgba(255, 255, 255, 0.92); $fond-transparent: rgba(255, 255, 255, 0.92);
$breadcrumb-bg: none; $breadcrumb-bg: none;

View file

@ -12460,14 +12460,14 @@ body {
} }
.footer { .footer {
color: #595959; color: #f8f9fa;
margin-bottom: 0; margin-bottom: 0;
text-align: left; text-align: left;
position: relative; position: relative;
} }
.footer h4 { .footer h4 {
color: #ffb284; color: white;
font-weight: 600; font-weight: 600;
} }
@ -12565,7 +12565,7 @@ body {
} }
.footer .pages-footer li:hover a { .footer .pages-footer li:hover a {
color: #ffb284; color: white;
} }
/**********************************************************************/ /**********************************************************************/