angouleme: fix pwa navigation (#67428)

This commit is contained in:
Corentin Sechet 2022-07-18 15:22:39 +02:00
parent 568d2a7d9c
commit 95e65c6ab6
2 changed files with 12 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;