corrections de mise en page

This commit is contained in:
Pierre 2020-01-22 16:50:14 +01:00
parent dd8c69f28e
commit 318bebb585
4 changed files with 18 additions and 4 deletions

View file

@ -20,7 +20,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend,
/* liens */ /* liens */
a, a:hover { a, a:hover {
text-decoration: none; text-decoration: none;
color: $dark; color: $couleur-liens;
} }
@ -304,6 +304,9 @@ a, a:hover {
#footer-infos{ #footer-infos{
background: $fond-footer; background: $fond-footer;
padding: 2rem 0; padding: 2rem 0;
a{
color: $page-active;
}
} }
.footer{ .footer{

View file

@ -1,6 +1,7 @@
$couleur-texte : black; $couleur-texte : black;
$dark: #595959; $dark: #595959;
$fond-menu: #3b3f8a; $fond-menu: #3b3f8a;
$couleur-liens : #dc7544;
$page-active: #ffe9aa; $page-active: #ffe9aa;
$fond-footer: #464ba3; $fond-footer: #464ba3;
$titres-footer: #64d4af; $titres-footer: #64d4af;

View file

@ -11851,7 +11851,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend,
/* liens */ /* liens */
a, a:hover { a, a:hover {
text-decoration: none; text-decoration: none;
color: #595959; color: #dc7544;
} }
/**********************************************************************/ /**********************************************************************/
@ -12171,6 +12171,10 @@ a, a:hover {
padding: 2rem 0; padding: 2rem 0;
} }
#footer-infos a {
color: #ffe9aa;
}
.footer { .footer {
color: #f8f9fa; color: #f8f9fa;
margin-bottom: 0; margin-bottom: 0;

View file

@ -3,12 +3,18 @@
<section id="footer-infos"> <section id="footer-infos">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<BOUCLE_col_footer(ARTICLES){grigri=footer}{tout}> <BOUCLE_col_footer(ARTICLES){grigri=footer}{tout}{0,2}>
<div class="col-lg-4"> <div class="col-lg-3">
<h4 class="#EDIT{titre}">#TITRE</h4> <h4 class="#EDIT{titre}">#TITRE</h4>
<span class="#EDIT{texte}">#TEXTE</span> <span class="#EDIT{texte}">#TEXTE</span>
</div> </div>
</BOUCLE_col_footer> </BOUCLE_col_footer>
<BOUCLE_col_footer2(ARTICLES){grigri=footer}{tout}{2,1}>
<div class="col-lg-6">
<h4 class="#EDIT{titre}">#TITRE</h4>
<span class="#EDIT{texte}">#TEXTE</span>
</div>
</BOUCLE_col_footer2>
</div> </div>
</div> </div>
</section> </section>