php class

This commit is contained in:
2025-05-23 09:10:23 +02:00
parent b0c93b3eef
commit 86aaef30fc
9 changed files with 227 additions and 121 deletions
@@ -275,22 +275,27 @@
}
.view-ressources-hidden {
visibility: hidden;
height: 0;
overflow: hidden;
}
// .view-ressources-hidden {
// visibility: hidden;
// height: 0;
// overflow: hidden;
// }
.view-content{
transition: opacity 0.3s ease;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
.view-type-slide.type-publication-issue-du-programme-eqld{
order: 1;
}
.view-type-slide.type-paroles-de-laureats{order: 2;}
.view-type-slide.type-presse{order: 4;}
.view-type-slide:not(footer){
width: 100%;
position: relative;
z-index: 0;
padding-bottom: 4rem;
padding-bottom: rem;
&::before {
content: "";
position: absolute;
@@ -9,7 +9,7 @@ article.node-type-ressource{
svg.ext{
display: none;
}
&.type-de-ressource-Publication-issue-du-programme-EQLD{
&.type-publication-issue-du-programme-eqld{
// background-color: $background-actus;
.wrapper-ressource{
display: grid;