page émission : la dernière émission dans le blanc du texte de rubrique
This commit is contained in:
parent
eba9b6063a
commit
2d39dd96c3
@ -456,6 +456,7 @@ ul.spip {
|
||||
}
|
||||
.liste.articles.blog {
|
||||
background-color:white;
|
||||
margin-top:-2rem;
|
||||
.liste-items {
|
||||
list-style:none;
|
||||
margin:0 0 2rem;
|
||||
@ -751,23 +752,7 @@ a:hover .fab, a:hover .fas {
|
||||
padding:0 1rem 0 2rem;
|
||||
}
|
||||
}
|
||||
.derniere_emission {
|
||||
position:relative;
|
||||
margin-top:6rem;
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
> h2 {
|
||||
margin-top:-3.6rem;
|
||||
margin-bottom:0.65rem;
|
||||
padding-left:4rem;
|
||||
@include media($bp-medium) {
|
||||
margin-bottom: 2.05rem;
|
||||
}
|
||||
@include media($bp-small) {
|
||||
margin-bottom: 2.15rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.derniere_emission, .liste.emissions {
|
||||
padding-bottom:0;
|
||||
> h2 {
|
||||
@ -816,6 +801,27 @@ a:hover .fab, a:hover .fas {
|
||||
}
|
||||
}
|
||||
}
|
||||
.derniere_emission {
|
||||
position:relative;
|
||||
margin-top:-2rem;
|
||||
padding:0;
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
background:white;
|
||||
> h2 {
|
||||
color:$couleurPrincipale;
|
||||
/* margin-top:-3.6rem; */
|
||||
/* margin-bottom:0.65rem; */
|
||||
padding-left:4rem;
|
||||
@include media($bp-medium) {
|
||||
/* margin-bottom: 2.05rem; */
|
||||
}
|
||||
@include media($bp-small) {
|
||||
/* margin-bottom: 2.15rem; */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.texte_content {
|
||||
flex:1;
|
||||
padding-bottom:1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user