Added geolocation. Improved map subs. FireMap page

This commit is contained in:
vjrj 2017-12-01 21:18:10 +01:00
parent 0b4f895506
commit fe7a314d92
13 changed files with 179 additions and 59 deletions

View file

@ -41,3 +41,10 @@ $todos-palette2: $todos-palette2b;
$todos-palette3: $todos-palette3b;
$todos-palette4: $todos-palette4b;
$todos-palette5: $todos-palette5b;
// It seems that we are not using bootstrap scss version so does not work
$primary: $todos-palette1;
$success: $todos-palette2;
$info: $todos-palette3;
$warning: $todos-palette4;
$danger: #d9534f;