grille view content filtered

This commit is contained in:
2025-05-27 23:21:08 +02:00
parent 1614187f3f
commit 616cc2529c
5 changed files with 61 additions and 59 deletions
@@ -286,26 +286,29 @@
}
}
}
.filtered{
display: flex;
flex-direction: row;
flex-wrap: wrap;
.views-row-wrapper{
flex-wrap: wrap;
width: 85%;
.views-row {
padding: 1rem;
width: 30% !important;
}
}
}
.view-content{
transition: opacity 0.3s ease;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
.grid-layout,
.grid-layout-inner{
display: flex;
flex-direction: row;
flex-wrap: wrap;
.views-row {
padding: 1rem;
width: 25%;
}
}
.view-type-slide.type-publication-issue-du-programme-eqld{
order: 1;
&::before{
@@ -326,7 +329,7 @@
&::before {
content: "";
position: absolute;
left: -30%;
left: -35%;
height: 100%;
width: 110vw;
z-index: 0;