video site

This commit is contained in:
Ouidade Soussi Chiadmi 2025-02-03 12:00:39 +01:00
parent 7f0227bb06
commit 5cbaa3e7e3
2 changed files with 18 additions and 5 deletions

View File

@ -3383,9 +3383,6 @@ body {
border-bottom: none;
padding-bottom: 0;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_parties div {
width: fit-content;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_parties) {
margin-top: 2rem;
width: 100%;
@ -3415,6 +3412,12 @@ body {
font-size: 0.8rem;
}
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .paragraph--type--site-video .field_field_titre_site {
display: none;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .paragraph--type--site-video .field_field_video {
margin-bottom: 2rem;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .paragraph--type--site-diapo .field_field_images .diaporama {
display: flex !important;
flex-direction: row !important;

View File

@ -244,7 +244,7 @@
}
.field_field_parties{
div{width: fit-content;}
// div{width: fit-content;}
// width: 70%;
}
div:has(.field_field_parties){
@ -279,6 +279,15 @@
}
}
.paragraph--type--site-video{
.field_field_titre_site{
// margin-bottom: 1rem;
display: none;
}
.field_field_video{
margin-bottom: 2rem;
}
}
.paragraph--type--site-diapo{
.field_field_images {
.diaporama{
@ -452,4 +461,5 @@
.field_field_liens_site > div:nth-child(2) > div:nth-child(1){
display: flex;
flex-direction: column;
}
}