This commit is contained in:
parent
9ca780b925
commit
3c9d14d24b
531
composer.lock
generated
531
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -169,10 +169,10 @@ parameters:
|
|||||||
- webcal
|
- webcal
|
||||||
- rtsp
|
- rtsp
|
||||||
|
|
||||||
# Configure Cross-Site HTTP requests (CORS).
|
# Configure Cross-Site HTTP requests (CORS).
|
||||||
# Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
|
# Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
|
||||||
# for more information about the topic in general.
|
# for more information about the topic in general.
|
||||||
# Note: By default the configuration is disabled.
|
# Note: By default the configuration is disabled.
|
||||||
cors.config:
|
cors.config:
|
||||||
enabled: false
|
enabled: false
|
||||||
# Specify allowed headers, like 'x-allowed-header'.
|
# Specify allowed headers, like 'x-allowed-header'.
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,11 @@
|
|||||||
.page-node-type-programme{
|
.page-node-type-programme{
|
||||||
|
&.programme-2,&.programme-3,&.programme-4{
|
||||||
|
#programme_toc-block_5{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
&.programme-3{
|
&.programme-3{
|
||||||
|
|
||||||
#leaflet-map-view-projets-block-2{
|
#leaflet-map-view-projets-block-2{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
@ -311,6 +317,8 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 250ms;
|
transition: all 250ms;
|
||||||
|
line-height: 1.1;
|
||||||
|
margin-bottom: .5rem;
|
||||||
&:hover{
|
&:hover{
|
||||||
padding: 0 0 0 .3rem;
|
padding: 0 0 0 .3rem;
|
||||||
|
|
||||||
@ -334,18 +342,29 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
.block-region-third{
|
.block-region-third{
|
||||||
|
margin-top: -150%;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
@include breakpoint(small down) {
|
@include breakpoint(small down) {
|
||||||
margin-top: 1rem;
|
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;
|
background-color: black;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
|
margin-top: -5rem;
|
||||||
h2{
|
h2{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
@ -379,7 +398,7 @@
|
|||||||
background: $col-met;
|
background: $col-met;
|
||||||
}
|
}
|
||||||
.views-row{
|
.views-row{
|
||||||
padding: 1rem 0;
|
padding: .5rem 0;
|
||||||
&:last-of-type{
|
&:last-of-type{
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user