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{
color: $dark;
color: $light;
margin-bottom:0;
text-align: left;
position:relative;

View file

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

View file

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