From 44bc5184ae6e2fe72ce7f586c1d09a4993d10cdc Mon Sep 17 00:00:00 2001 From: jerhero Date: Tue, 7 Jan 2025 20:38:44 +0100 Subject: [PATCH] Theme for Herstal - modifs --- herstal/src/scss/home/footer.scss | 42 +++++++++++++++++++++++++++---- herstal/src/scss/main.scss | 13 ++-------- 2 files changed, 39 insertions(+), 16 deletions(-) diff --git a/herstal/src/scss/home/footer.scss b/herstal/src/scss/home/footer.scss index ef3e0814..21971079 100644 --- a/herstal/src/scss/home/footer.scss +++ b/herstal/src/scss/home/footer.scss @@ -2,7 +2,7 @@ text-align: left !important; margin-top: 0; background: transparent; - padding-top: 452px !important; + padding: 452px 0 0 !important; position: relative; @media screen and (max-width: 1200px) { @@ -40,7 +40,7 @@ } #portal-footer { - background: $primary !important; + background: #2b2b2b !important; padding: 80px 0; #smartweb-footer, @@ -121,7 +121,7 @@ } #portal-colophon { - background: #fff; + background: #000; padding: 1rem; ul { @@ -133,18 +133,50 @@ display: block; }*/ li { - color: #000; + color: #fff; a, span, p, div { - color: #000; + color: #fff; } } } } +.section-antennes { + background: #fff; + padding: 15px; + border-radius: 50px; + font-size: 16px !important; + font-weight: 400; + + a { + color: #fff; + } + + .contact_titles { + padding-top: 20px; + text-transform: uppercase; + } + + .contact_informations { + color: #fff; + padding-top: 20px; + } + + h2 { + font-size: 25px !important; + } + + h3 { + color: #fff; + font-size: 22px !important; + font-weight: 500; + } +} + #portal-footer-wrapper { li { padding-left: calc(var(--bs-gutter-x) * 0.5); diff --git a/herstal/src/scss/main.scss b/herstal/src/scss/main.scss index 21d9ace7..766f97dd 100644 --- a/herstal/src/scss/main.scss +++ b/herstal/src/scss/main.scss @@ -241,16 +241,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 @@ -297,7 +287,8 @@ footer #container-section-noussuivre { transition: all 0.25s ease; &:hover { - background: $primary-green; + background: $primary-red; + color: #fff; transition: all 0.25s ease; } }