prévenir un débordement possible
This commit is contained in:
parent
90808a644c
commit
3df8d5a441
@ -12,7 +12,7 @@ body {
|
||||
|
||||
|
||||
a {
|
||||
|
||||
|
||||
&.tp {
|
||||
background:none !important;
|
||||
padding:0;
|
||||
@ -136,7 +136,7 @@ span.tp {
|
||||
@include media($bp-medium) {
|
||||
border-bottom:1px solid #84BEC7BF;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.nav {
|
||||
@ -256,7 +256,7 @@ span.tp {
|
||||
|
||||
|
||||
.page_footer {
|
||||
|
||||
|
||||
.page_connexplus {
|
||||
padding:($spacer*1.5) 0;
|
||||
background:$couleurConnexplus;
|
||||
@ -279,7 +279,7 @@ span.tp {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
padding-top:0;
|
||||
.formulaire_spip.formulaire_recherche {
|
||||
display:none;// pour ne pas surcharger tout le footer
|
||||
@ -364,12 +364,12 @@ span.tp {
|
||||
|
||||
/* page blog */
|
||||
.rubrique-blog {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.cartouche .publication {
|
||||
.cartouche .publication {
|
||||
@include visuallyhidden;
|
||||
}
|
||||
.liste.articles {
|
||||
@ -378,9 +378,9 @@ span.tp {
|
||||
list-style:none;
|
||||
}
|
||||
&.blog {
|
||||
|
||||
|
||||
// resume
|
||||
|
||||
|
||||
// resume
|
||||
.article-resume {
|
||||
border-left:0;
|
||||
background-color:transparent;
|
||||
@ -412,16 +412,16 @@ span.tp {
|
||||
}
|
||||
|
||||
|
||||
// resume
|
||||
// resume
|
||||
.article-resume {
|
||||
display:block;
|
||||
border-left:solid $couleurConnexplus ($spacer/3);
|
||||
background-color:$couleurBkgT;
|
||||
padding:($spacer*1.5) $spacer $spacer ($spacer*1.5);
|
||||
margin-bottom:($spacer*2);
|
||||
|
||||
|
||||
&, a {
|
||||
color:$couleur-lien-resume;
|
||||
color:$couleur-lien-resume;
|
||||
}
|
||||
&:after {
|
||||
content:'';
|
||||
@ -474,7 +474,7 @@ span.tp {
|
||||
}
|
||||
}
|
||||
|
||||
// composition
|
||||
// composition
|
||||
.composition_transcriptions {
|
||||
.page_content {
|
||||
margin-right:0;
|
||||
@ -493,8 +493,9 @@ span.tp {
|
||||
padding-top:$spacer;
|
||||
padding-bottom:$spacer;
|
||||
border-radius:0 0 6px 6px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
.main {
|
||||
.strong_to_dl {
|
||||
@include clearfix;
|
||||
@ -513,7 +514,7 @@ span.tp {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
.article__infos {
|
||||
@ -683,7 +684,7 @@ span.tp {
|
||||
}
|
||||
|
||||
.formulaire_signaler {
|
||||
|
||||
|
||||
}
|
||||
.ariaformprop {
|
||||
clear:both;
|
||||
@ -717,7 +718,7 @@ span.tp {
|
||||
margin-top:10px;
|
||||
padding-left:46px;
|
||||
&:after {
|
||||
display:block; content:''; width:0; height:0;
|
||||
display:block; content:''; width:0; height:0;
|
||||
position:absolute; left:0; top:-32px;
|
||||
border-top: 60px solid $couleurBkgBleu;
|
||||
border-left: 20px solid transparent;
|
||||
@ -741,7 +742,7 @@ span.tp {
|
||||
}
|
||||
div > &:first-child {
|
||||
margin-top:0;
|
||||
|
||||
|
||||
}
|
||||
.composition_contact div > &:first-child {
|
||||
padding:$spacer ($spacer*1.5);
|
||||
|
Loading…
Reference in New Issue
Block a user