arles-2020: update pwa navigation show condition and entries font style (#40677)

This commit is contained in:
Serghei Mihai 2020-03-19 13:52:34 +01:00
parent a2c23d39bd
commit dabb5f7983
2 changed files with 8 additions and 23 deletions

View File

@ -54,8 +54,14 @@ div.gru-nav .gru-nav-button {
ul li {
margin: 0;
a {
padding-top: 0;
span {
display: flex;
align-content: center;
align-items: center;
background-size: auto 30px;
padding-top: $nav-mobile-bottom-bar-height / 2 + 10px;
> span {
height: auto;
width: 100%;
font-size: 85%;
}
span.badge {
@ -122,26 +128,6 @@ div#header {
}
}
#pwa-navigation {
ul li {
a {
display: flex;
align-content: center;
align-items: center;
background-size: auto 30px;
@media screen and ($max-mobile-viewport) {
cursor: auto;
padding-top: $nav-mobile-bottom-bar-height / 2 + 10px;
}
> span {
height: auto;
font-weight: bold;
width: 100%;
}
}
}
}
.gru-content {
div.wcsformsofcategorycell {
picture img {

View File

@ -8,7 +8,6 @@ $lighter-primary-color: lighten($primary-color, 65%);
$width: 1200px;
$body-background: #efefef;
$footer-color: #000;
$nav-mobile-limit: 50000px;
$nav-border-color: white;
$border-radius: 3px;