feat(gallery): add gallery to demande page
This commit is contained in:
parent
29dea52a7e
commit
321d198f64
4 changed files with 71 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue