From 2bee181cfb084da5432df9655268f69844b6c8a3 Mon Sep 17 00:00:00 2001 From: jerhero Date: Thu, 16 Jan 2025 16:43:19 +0100 Subject: [PATCH] Theme for mons - footer logo doudou --- mons/src/scss/main.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mons/src/scss/main.scss b/mons/src/scss/main.scss index 02704e30..22a42a56 100644 --- a/mons/src/scss/main.scss +++ b/mons/src/scss/main.scss @@ -1027,3 +1027,15 @@ footer #container-section-noussuivre { #portal-globalnav li ul { padding-bottom: 100px !important; } + +.logo-footer-doudou { + .image { + width: 200px !important; + background-size: contain !important; + background-repeat: no-repeat !important; + } + + .table_title { + display: none !important; + } +}