geolocation added on offerCar and travel page

This commit is contained in:
arnaucode
2017-01-27 17:49:04 +01:00
parent d76ea5ca19
commit 2b36c80084
727 changed files with 299906 additions and 18 deletions

View File

@@ -0,0 +1,18 @@
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.1
*/
md-menu-content.md-THEME_NAME-theme {
background-color: '{{background-A100}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item {
color: '{{background-A200-0.87}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item md-icon {
color: '{{background-A200-0.54}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] {
color: '{{background-A200-0.25}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] md-icon {
color: '{{background-A200-0.25}}'; }
md-menu-content.md-THEME_NAME-theme md-menu-divider {
background-color: '{{background-A200-0.11}}'; }