MODIFS CONFIGS : fetch ressources content

This commit is contained in:
2025-03-11 23:53:31 +01:00
parent 2ca44f2550
commit 9093caa557
24 changed files with 281 additions and 164 deletions

View File

@@ -773,6 +773,22 @@ body{
font-size: $labeur-font-size-desktop;
width: $modale-width-desktop;
}
&:has(#centre-de-ressource) {
@media screen and (min-width: $tablet-min-width) {
left: 8vw;
width: 84vw;
.locality-title {
width: 42vw;
margin-left: 21vw;
}
}
@media screen and (min-width: $desktop-min-width) {
.locality-title {
width: 30vw;
margin-left: 27vw;
}
}
}
img {
width: 100%;
height: auto;
@@ -1157,6 +1173,9 @@ body{
margin-top: 10vh;
}
}
#centre-de-ressource {
background-color: red;
}
}
> .pieces-jointes {
z-index: 1;