From 7e6b451f6c7a60ada4ffcb47c45c6e50daef2c58 Mon Sep 17 00:00:00 2001 From: Broemman Date: Mon, 16 Dec 2024 15:23:40 +0100 Subject: [PATCH] Theme Herbeumont - Homepage Agenda --- herbeumont/src/scss/home/divers.scss | 16 ++++++---------- herbeumont/src/scss/home/events.scss | 21 ++++++++++++++++++--- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/herbeumont/src/scss/home/divers.scss b/herbeumont/src/scss/home/divers.scss index c63346ba..8336e804 100644 --- a/herbeumont/src/scss/home/divers.scss +++ b/herbeumont/src/scss/home/divers.scss @@ -460,16 +460,6 @@ footer #container-section-noussuivre { font-size: 1rem; } -// .block-menu-element a .card-body { -// background: #fff; -// border-radius: 15px 15px 15px 0; -// box-shadow: 0 1px 4px rgba(0, 0, 0, 16%); -// height: auto; -// margin-bottom: 10px; -// position: relative; -// transition: 1.2s; -// } - .template-facetednavigation_view.faceted-map .eea-preview-items .faceted-map-item @@ -980,3 +970,9 @@ body.portaltype-imio-smartweb-page span { color: #fff !important; } + +// Partenaires + +.sortable-section.sectionlinks.quick-access.partenaires { + margin-top: 40px; +} diff --git a/herbeumont/src/scss/home/events.scss b/herbeumont/src/scss/home/events.scss index 8fe75b96..8259f0fc 100644 --- a/herbeumont/src/scss/home/events.scss +++ b/herbeumont/src/scss/home/events.scss @@ -18,12 +18,14 @@ content: ""; background: $primary-svg; right: 0; - width: 95%; + width: calc(100% + 800px) !important; height: 55%; - bottom: 0; + bottom: 4%; position: absolute; - border-radius: 0 0 0 80px; + border-radius: 20px 0 0 20px; z-index: -1; + left: 0; + margin: 20px 0; } .portaltype-imio-smartweb-portalpage .sectionevents { @@ -144,3 +146,16 @@ div#container-section-visuel-agenda { margin-top: 100px; } + +.sectionevents .see_all a { + width: 100%; + text-align: center; +} + +div#container-section-visuel-agenda { + margin-top: 175px; + + img { + max-height: 280px; + } +}