Added geolocation. Improved map subs. FireMap page
This commit is contained in:
parent
0b4f895506
commit
fe7a314d92
13 changed files with 179 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue