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;