prévenir un débordement possible

This commit is contained in:
chankalan 2022-09-30 17:16:26 +02:00
parent 90808a644c
commit 3df8d5a441
1 changed files with 19 additions and 18 deletions

View File

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