styles transcription
This commit is contained in:
parent
392d1b1fc7
commit
9f5f5a6cdd
@ -225,7 +225,7 @@ a {
|
||||
.page_connexplus {
|
||||
padding:($spacer*1.5) 0;
|
||||
background:$couleurConnexplus;
|
||||
color:$couleur-titres;
|
||||
color:$couleurConnexplusTexte;
|
||||
margin-bottom:($spacer*1.5);
|
||||
.liste.liste_mots {
|
||||
h2 {
|
||||
@ -238,6 +238,7 @@ a {
|
||||
li {
|
||||
a {
|
||||
line-height:1.1;
|
||||
color:$couleurConnexplusTexte;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -438,16 +439,19 @@ a {
|
||||
.page_content {
|
||||
margin-right:0;
|
||||
> article {
|
||||
padding:($spacer*2.5) ($spacer*2) $spacer;
|
||||
padding:$spacer ($spacer*2);
|
||||
background-color:$couleurBkgT;
|
||||
border-radius:0 0 6px 6px;
|
||||
font-size:0.8rem;
|
||||
@include media($bp-medium-up) {
|
||||
padding:($spacer*2.5) ($spacer*4) $spacer;
|
||||
padding:$spacer ($spacer*4);
|
||||
}
|
||||
.avertissement {
|
||||
background:$couleurBkgAvertissement;
|
||||
margin-bottom:-$spacer;
|
||||
margin-top:0;
|
||||
padding-top:$spacer;
|
||||
padding-bottom:$spacer;
|
||||
border-radius:0 0 6px 6px;
|
||||
}
|
||||
&.import {
|
||||
@ -517,6 +521,7 @@ a {
|
||||
}
|
||||
dd {
|
||||
margin:0;
|
||||
font-size:0.9rem;
|
||||
min-height:1.3rem;
|
||||
border-bottom:1px solid $couleurBkgT;
|
||||
&:last-child {
|
||||
@ -636,6 +641,7 @@ a {
|
||||
border-top:1px solid $couleurBkgTOrigine;
|
||||
padding:$spacer;
|
||||
clear:both;
|
||||
font-size:0.8rem;
|
||||
}
|
||||
|
||||
.formulaire_signaler {
|
||||
|
@ -11,6 +11,7 @@ $couleurBackgroundTexte:#fcf7f2;
|
||||
|
||||
$couleurConnex:#0099a8;
|
||||
$couleurConnexplus:#62c0c9;
|
||||
$couleurConnexplusTexte:#0A4250;
|
||||
|
||||
$couleurBkgT:#fdf7f2;
|
||||
$couleurBkgTOrigine:#b8d9dd;
|
||||
|
Loading…
Reference in New Issue
Block a user