feat(gallery): add gallery to demande page

This commit is contained in:
Eric Leroy-Terquem 2024-04-08 10:22:45 +02:00
parent 29dea52a7e
commit 321d198f64
No known key found for this signature in database
GPG key ID: ECE60B4C1FA2ABB3
4 changed files with 71 additions and 25 deletions

View file

@ -1,11 +1,4 @@
.gallery {
display: flex;
flex-wrap: wrap;
.gallery-item {
display: block;
}
a {
background-image: none;
}
@ -50,6 +43,40 @@
}
}
.gallery-pieces-jointes {
display: flex;
flex-wrap: wrap;
.gallery-item {
margin: 1.5rem 2rem;
}
img {
height: 200px;
width: 200px;
}
}
.gallery-demande {
img {
height: 150px;
width: 150px;
}
.gallery-item {
margin-bottom: 2rem;
}
.fr-download {
margin-bottom: 0.5rem;
}
.thumbnail {
width: fit-content;
margin-bottom: 1rem;
}
}
.lg-has-iframe {
width: 80% !important;
margin-top: 50px;