From 2b699578e3769355d379e85b0d08f9c87f0b9cae Mon Sep 17 00:00:00 2001 From: Broemman Date: Wed, 11 Dec 2024 11:02:15 +0100 Subject: [PATCH] Theme Gembloux - Magazines --- gembloux/src/scss/home/espace-citoyen.scss | 24 +++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/gembloux/src/scss/home/espace-citoyen.scss b/gembloux/src/scss/home/espace-citoyen.scss index 390f8325..51125be1 100644 --- a/gembloux/src/scss/home/espace-citoyen.scss +++ b/gembloux/src/scss/home/espace-citoyen.scss @@ -365,6 +365,12 @@ } body .outer-wrapper .magazine-communal { + position: relative; + + a { + text-decoration: none; + } + span.swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff !important; } @@ -379,10 +385,6 @@ body .outer-wrapper .magazine-communal { } } -.sortable-section.sectioncollection.magazine-communal { - position: relative; -} - .sortable-section.sectioncollection.magazine-communal::after { background: rgb(57, 182, 138); background: linear-gradient( @@ -394,7 +396,7 @@ body .outer-wrapper .magazine-communal { content: ""; left: 200% !important; position: absolute; - top: 80%; + top: 20%; transform: translateX(-50vw); width: 100vw !important; z-index: -2; @@ -415,6 +417,14 @@ body .outer-wrapper .magazine-communal { padding: 2rem; color: #fff; + .table_title { + color: #fff; + + a { + color: #fff; + } + } + svg.plone-icon { fill: #fff; height: 40px; @@ -426,3 +436,7 @@ body .outer-wrapper .magazine-communal { body .container svg.plone-icon { background-color: transparent !important; } + +.sortable-section.sectiontext.bouton { + text-align: center; +}