This commit is contained in:
armansansd 2021-10-20 14:57:26 +02:00
parent 9ca780b925
commit 3c9d14d24b
4 changed files with 263 additions and 303 deletions

531
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -169,10 +169,10 @@ parameters:
- webcal
- rtsp
# Configure Cross-Site HTTP requests (CORS).
# Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
# for more information about the topic in general.
# Note: By default the configuration is disabled.
# Configure Cross-Site HTTP requests (CORS).
# Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
# for more information about the topic in general.
# Note: By default the configuration is disabled.
cors.config:
enabled: false
# Specify allowed headers, like 'x-allowed-header'.

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,11 @@
.page-node-type-programme{
&.programme-2,&.programme-3,&.programme-4{
#programme_toc-block_5{
display: none;
}
}
&.programme-3{
#leaflet-map-view-projets-block-2{
display: none;
@ -311,6 +317,8 @@
text-transform: uppercase;
cursor: pointer;
transition: all 250ms;
line-height: 1.1;
margin-bottom: .5rem;
&:hover{
padding: 0 0 0 .3rem;
@ -334,18 +342,29 @@
}
.block-region-third{
margin-top: -150%;
z-index: 20;
position: sticky;
top: 1rem;
@include breakpoint(small down) {
margin-top: 1rem;
}
#evenements-block_1{
.field_document{
padding: 0.5rem 1rem;
.paragraph{
margin-bottom: 1rem;
}
.field_titre{
font-weight: 600;
}
}
#evenements-block_1, #node\:field_document{
background-color: black;
margin-bottom: 3rem;
margin-top: -5rem;
h2{
color: white;
}
@ -379,7 +398,7 @@
background: $col-met;
}
.views-row{
padding: 1rem 0;
padding: .5rem 0;
&:last-of-type{
margin-bottom: 1rem;
}