From 3d451bfe046fe64ed1a0b83194f1bbeea28ce7fd Mon Sep 17 00:00:00 2001 From: Goulven <71071559+GoulvenF@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:53:18 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"modifications=20rapides=20pour=20la?= =?UTF-8?q?=20r=C3=A9union=20mais=20sans=20avoir=20pu=20les=20voir=20(pote?= =?UTF-8?q?ntiellement=20=C3=A0=20supprimer=20donc)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/main/resources/static/css/custom.css | 19 +----- .../resources/templates/inc/navbar-home.html | 2 +- .../templates/inc/navbar-non-product-gof.html | 2 +- .../resources/templates/inc/navbar-page.html | 2 +- .../templates/inc/navbar-product.html | 2 +- .../templates/inc/navbar-vertical.html | 2 +- .../resources/templates/inc/preloader.html | 34 ++++++---- ui/src/main/resources/templates/index.html | 66 +++++++++---------- 8 files changed, 60 insertions(+), 69 deletions(-) diff --git a/ui/src/main/resources/static/css/custom.css b/ui/src/main/resources/static/css/custom.css index 2dc89ce17..773f7831e 100644 --- a/ui/src/main/resources/static/css/custom.css +++ b/ui/src/main/resources/static/css/custom.css @@ -179,10 +179,10 @@ Xwiki css padding: 0 0 0 16px; } -/* + .bg-gray-200 { background-color: #f1efe7!important; -}*/ +} .btn-primary { background-color: #1e851a!important; @@ -206,19 +206,4 @@ h4[class^="h"], h5[class^="h"], h6[class^="h"] { font-family: 'League Spartan', sans-serif!important; -} - -.absolute-center { - position:absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); -} -/* css surcharge test Goulven ; on inverse le crême du blanc sur la home page */ - -main.bg-gray-200 { - background-color: #ffffff!important; -} -main section.bg-white { - background-color: #f1efe7 !important; } \ No newline at end of file diff --git a/ui/src/main/resources/templates/inc/navbar-home.html b/ui/src/main/resources/templates/inc/navbar-home.html index 8f968910c..d0f2dd52c 100644 --- a/ui/src/main/resources/templates/inc/navbar-home.html +++ b/ui/src/main/resources/templates/inc/navbar-home.html @@ -1,5 +1,5 @@