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

File diff suppressed because one or more lines are too long

View File

@ -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;
} }