css ajout s a class type-publication

This commit is contained in:
2025-05-30 21:59:31 +02:00
parent 81152895a8
commit 3641f5ea1d
3 changed files with 40 additions and 16 deletions
@@ -369,6 +369,11 @@
flex-wrap: wrap;
width: 100%;
.view-type-slide:not(:first-of-type) h3 {
width: 80%;
border-top: solid 2px rgba(0, 0, 0, 0.3);
padding-top: 2rem;
}
.view-type-slide.type-publications-issues-du-programme-eqld{
order: 1;
&::before{
@@ -379,10 +384,15 @@
.view-type-slide.type-presse{
order: 5;
&::before{
background-color: $background-actus;}
background-color: $background-actus;
}
h3{border: none;}
}
.view-type-slide.type-publications-des-partenaires-et-laureats{order: 4;}
.view-type-slide.type-autres{order: 6;}
.view-type-slide.type-autres{order: 9;}
.type-documentation-partenariale{order: 6;}
.view-type-slide.type-these-et-memoire{order: 8;}
.view-type-slide:not(footer){
width: 100%;
position: relative;
@@ -9,7 +9,7 @@ article.node-type-ressource{
svg.ext{
display: none;
}
&.type-publication-issue-du-programme-eqld{
&.type-publications-issues-du-programme-eqld{
// background-color: $background-actus;
.wrapper-ressource{
display: grid;