video site
This commit is contained in:
parent
7f0227bb06
commit
5cbaa3e7e3
@ -3383,9 +3383,6 @@ body {
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding-bottom: 0;
|
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) {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_parties) {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -3415,6 +3412,12 @@ body {
|
|||||||
font-size: 0.8rem;
|
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 {
|
.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;
|
display: flex !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
|
@ -244,7 +244,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
.field_field_parties{
|
.field_field_parties{
|
||||||
div{width: fit-content;}
|
// div{width: fit-content;}
|
||||||
// width: 70%;
|
// width: 70%;
|
||||||
}
|
}
|
||||||
div:has(.field_field_parties){
|
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{
|
.paragraph--type--site-diapo{
|
||||||
.field_field_images {
|
.field_field_images {
|
||||||
.diaporama{
|
.diaporama{
|
||||||
@ -452,4 +461,5 @@
|
|||||||
.field_field_liens_site > div:nth-child(2) > div:nth-child(1){
|
.field_field_liens_site > div:nth-child(2) > div:nth-child(1){
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user