ccessibilité
This commit is contained in:
parent
698f2433de
commit
70cb6af298
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<div class="colophon">
|
<div class="colophon">
|
||||||
|
|
||||||
<span class="april"><img src="#CHEMIN{images/logo_april_b.png}" /></span>
|
<span class="april"><img src="#CHEMIN{images/logo_april_b.png}" alt="logo APRIL" /></span>
|
||||||
|
|
||||||
<INCLURE{fond=inclure/rezo} />
|
<INCLURE{fond=inclure/rezo} />
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
&:active {
|
&:active {
|
||||||
border-color:$couleurSecondaire;
|
border-color:$couleurSecondaire;
|
||||||
.header_initiatives & {
|
.header_initiatives & {
|
||||||
background:$couleurSecondaire;
|
background:$couleurPrincipaleOn;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -246,6 +246,13 @@
|
|||||||
-o-transform: rotate($deg);
|
-o-transform: rotate($deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin gradient-4 ($couleur1: #004050,$couleur2: $couleurConnex 7.5%,$couleur3: $couleurConnex 92.5%,$couleur4: #004050) {
|
||||||
|
background: -webkit-linear-gradient($couleur1,$couleur2,$couleur3,$couleur4);
|
||||||
|
background: -moz-linear-gradient($couleur1,$couleur2,$couleur3,$couleur4);
|
||||||
|
background: -ms-linear-gradient($couleur1,$couleur2,$couleur3,$couleur4);
|
||||||
|
background: -o-linear-gradient($couleur1,$couleur2,$couleur3,$couleur4);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/// Font Face
|
/// Font Face
|
||||||
/// https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6#file-_mixins-scss
|
/// https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6#file-_mixins-scss
|
||||||
|
@ -42,6 +42,7 @@ $purple: #7a43b6;
|
|||||||
|
|
||||||
|
|
||||||
$couleurPrincipale: #00365b;
|
$couleurPrincipale: #00365b;
|
||||||
|
$couleurPrincipaleOn: #004050;
|
||||||
$couleurSecondaire: #f7651a;
|
$couleurSecondaire: #f7651a;
|
||||||
$couleurPrincipaleDowner: lighten($couleurPrincipale, 60%);
|
$couleurPrincipaleDowner: lighten($couleurPrincipale, 60%);
|
||||||
|
|
||||||
@ -50,7 +51,7 @@ $couleurBackground: $white;
|
|||||||
$couleurBackgroundTexte: #f5faff;
|
$couleurBackgroundTexte: #f5faff;
|
||||||
|
|
||||||
$couleur-primaire: #253288;
|
$couleur-primaire: #253288;
|
||||||
$couleurConnex: $couleurPrincipale;
|
$couleurConnex: #005F6B;
|
||||||
|
|
||||||
$couleur-texte: #0A4250;
|
$couleur-texte: #0A4250;
|
||||||
$couleur-titres: $couleur-texte;
|
$couleur-titres: $couleur-texte;
|
||||||
|
Loading…
Reference in New Issue
Block a user