couleurs du footer selon la charte graphique LFI
This commit is contained in:
parent
f2b39d5ab8
commit
2952f1ded9
3 changed files with 5 additions and 5 deletions
|
@ -497,7 +497,7 @@ body{
|
|||
}
|
||||
|
||||
.footer{
|
||||
color: $dark;
|
||||
color: $light;
|
||||
margin-bottom:0;
|
||||
text-align: left;
|
||||
position:relative;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**********************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue