clermont-ici: improve pwa-nav icon position & item selected color (#67733)

This commit is contained in:
Thomas Jund 2022-08-05 12:25:32 +02:00
parent 82e0f98e9e
commit be42ec7c32
2 changed files with 16 additions and 8 deletions

View File

@ -625,15 +625,21 @@ div.buttons .cancel-button button {
// PWA navigation
//
.pwa-navigation div > ul li a {
background-size: auto 40%;
background-position: center 20%;
.pwa-navigation div > ul li {
a {
background-size: auto 33%;
background-position: center 25%;
font-weight: 600;
span {
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
span {
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
}
}
&.selected a, a:hover {
filter: brightness(0.3);
}
}

View File

@ -102,3 +102,5 @@ $footer-color: $font-color;
$back-top-display: mobile-only;
$nav-mobile-bottom-bar-background: gradient-ro(-45deg);
$nav-mobile-bottom-bar-item-hover-background: transparent;
$nav-mobile-bottom-bar-item-selected-background: transparent;