From 95e65c6ab60fcd4f03127247039badd82e2d179c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 18 Jul 2022 15:22:39 +0200 Subject: [PATCH] angouleme: fix pwa navigation (#67428) --- static/angouleme/_custom.scss | 11 +++++++++++ static/angouleme/_vars.scss | 1 + 2 files changed, 12 insertions(+) diff --git a/static/angouleme/_custom.scss b/static/angouleme/_custom.scss index a68a7b86..44110081 100644 --- a/static/angouleme/_custom.scss +++ b/static/angouleme/_custom.scss @@ -75,6 +75,17 @@ div.gru-nav ul li a { } } +div#pwa-navigation { + a { + background-size: auto $nav-mobile-bottom-bar-height - 35px; + background-position: 50% 5px; + padding-top: $nav-mobile-bottom-bar-height - 25px; + } + li.page-profil { + background-color: $primary-color; + } +} + div#main-content-wrapper { margin-top: 2rem; } diff --git a/static/angouleme/_vars.scss b/static/angouleme/_vars.scss index 87835e6a..85e81f2e 100644 --- a/static/angouleme/_vars.scss +++ b/static/angouleme/_vars.scss @@ -42,6 +42,7 @@ $nav-mobile-item-hover-color: white; $nav-mobile-menu-background: white; $nav-button-background: white; $nav-button-color: $blue; +$nav-mobile-bottom-bar-color: $primary-color; $responsive-menu: left-to-right; $title-color: white;