media medium bloc actus accueil
This commit is contained in:
parent
bd9717bba0
commit
a124dd3f79
@ -161,6 +161,9 @@ a {
|
||||
background: none;
|
||||
color: white;
|
||||
padding:$spacer 0 0;
|
||||
@media ($bp-medium) {
|
||||
margin-bottom:2rem;
|
||||
}
|
||||
}
|
||||
.article-resume__texte {
|
||||
padding-top:($spacer/2);
|
||||
@ -193,7 +196,7 @@ a {
|
||||
right:0;
|
||||
top:($spacer/3);
|
||||
background:none;
|
||||
color:white;
|
||||
color: lighten(desaturate($couleurConnex,40%),48%)/*#C5EBF0*/ !important;
|
||||
font-size:0.8rem;
|
||||
&:focus {
|
||||
background:transparent !important;
|
||||
@ -296,11 +299,15 @@ a {
|
||||
.main, aside {
|
||||
max-width:100%;
|
||||
padding:$spacer;
|
||||
font-size:1.2rem;
|
||||
/* font-size:1.2rem; */
|
||||
.modele_citation .citation_texte {
|
||||
/* font-size:1.2rem; */
|
||||
}
|
||||
}
|
||||
.main {
|
||||
font-size:1.2rem;
|
||||
padding:0 $spacer;
|
||||
}
|
||||
}
|
||||
}
|
||||
.formulaire_spip.formulaire_recherche {
|
||||
@ -380,6 +387,9 @@ a {
|
||||
.article-resume__titre {
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.6;
|
||||
@include media($bp-medium) {
|
||||
line-height:1.4;
|
||||
}
|
||||
}
|
||||
&.hero .article-resume__titre {
|
||||
font-size:1.8rem;
|
||||
|
Loading…
Reference in New Issue
Block a user