venissieux: add pwa mode (#39555)

This commit is contained in:
Frédéric Péters 2020-02-05 11:13:47 +01:00
parent ad25f178c3
commit 4cb0f02e4c
3 changed files with 16 additions and 2 deletions

View File

@ -319,3 +319,10 @@ div.textcell.encart-alerte {
margin: auto;
}
}
.pwa-navigation div {
box-shadow: 0 0 5px #666;
> ul li a {
padding-top: 36px;
}
}

View File

@ -39,4 +39,10 @@ $widget-unique-checkbox-position: left;
$wcs-steps-spacing: 0.5rem;
$wcs-steps-background: #fff;
$wcs-step-current-color: $secondary-color;
$wcs-step-current-color: $secondary-color;
$nav-mobile-bottom-bar-background: #eee;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
$nav-mobile-bottom-bar-item-hover-color: white;
$nav-mobile-bottom-bar-item-selected-background: $primary-color;
$nav-mobile-bottom-bar-item-selected-color: white;

View File

@ -2,6 +2,7 @@
"label": "Vénissieux",
"variables": {
"email_header_img": "img/logo-venissieux-bleu.png",
"theme_color": "#2dbdbd"
"pwa_display": "standalone",
"theme_color": "#3795b2"
}
}