Compare commits
5 Commits
5a48eee4ef
...
601a784163
Author | SHA1 | Date | |
---|---|---|---|
601a784163 | |||
5cbaa3e7e3 | |||
7f0227bb06 | |||
b3acc28592 | |||
d91e0aa86e |
@ -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;
|
||||
@ -3568,6 +3571,10 @@ body {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.html.js.sr body.node-type-site.node-id-40 div.dialog-off-canvas-main-canvas div#page-node.layout-container main div.layout-content div.content_container div.layout.layout--threecol-25-50-25 div.layout__region.layout__region--third div.block-region-third div div.field_field_documents div div span {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: #f6f7f3;
|
||||
}
|
||||
|
@ -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{
|
||||
@ -438,6 +447,8 @@
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@ -448,4 +459,7 @@
|
||||
.field_field_liens_site > div:nth-child(2) > div:nth-child(1){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.html.js.sr body.node-type-site.node-id-40 div.dialog-off-canvas-main-canvas div#page-node.layout-container main div.layout-content div.content_container div.layout.layout--threecol-25-50-25 div.layout__region.layout__region--third div.block-region-third div div.field_field_documents div div span{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user