From 0cb9f59622f893ce0878e3876e28556781dd6700 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 6 Aug 2022 22:40:43 +0200 Subject: Fix: Mapco theme cleaning (#4491) * translated the comments FR -> EN * delete useless extra styles for login header (template.css) * * simplefy the search bar button * improve the config menu button * improve the layout of the login/register prompt * navigation bar: border radius * navigation bar: btn hover improved to darker grey, when not within .stick * header height improved * delete unused code ul.nav * delete outcommented code * translate comments FR -> EN * improve login form layout * icons: do not use it as background-image * mapco.css * fixes the nuts * more nuts * improve mobile login form * delete unused view-normal.svg * compress the svg icons --- p/themes/Mapco/mapco.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'p/themes/Mapco/mapco.scss') diff --git a/p/themes/Mapco/mapco.scss b/p/themes/Mapco/mapco.scss index 0cf9a84f2..5457b15aa 100644 --- a/p/themes/Mapco/mapco.scss +++ b/p/themes/Mapco/mapco.scss @@ -40,6 +40,11 @@ html, body { font-size: 0.875rem; } +body.formLogin, +body.register { + background: variables.$sid-bg; +} + /*=== Links */ a, button.as-link { outline: none; -- cgit v1.2.3