background color 1 sur 2

This commit is contained in:
2025-06-20 11:58:04 +02:00
parent bc75220c28
commit 307b34afa7
2 changed files with 14 additions and 12 deletions
@@ -446,11 +446,16 @@
// border-top: solid 1px rgba(0, 0, 0, 0.3);
// padding-top: 2rem;
}
.view-type-slide:nth-child(even){
&::before{
background-color: $background-actus;
}
}
.view-type-slide.type-publications-issues-du-programme{
order: 1;
&::before{
background-color: $background-actus;
}
// &::before{
// background-color: $background-actus;
// }
.views-row{
width: 45% ;
min-width: 350px !important;
@@ -471,9 +476,9 @@
.view-type-slide.type-presse{
order: 5;
&::before{
background-color: $background-actus;
}
// &::before{
// background-color: $background-actus;
// }
h3{border: none;}
}
.view-type-slide.type-publications-des-partenaires-et-laureats{