Added SubscriptionsMap

This commit is contained in:
vjrj 2018-01-24 16:52:07 +01:00
parent b5d984de6f
commit 3eeb14e30e
10 changed files with 303 additions and 20 deletions

View file

@ -42,6 +42,15 @@ $todos-palette3: $todos-palette3b;
$todos-palette4: $todos-palette4b;
$todos-palette5: $todos-palette5b;
$todos-back1: #0D2E0E;
$todos-back2: #A8AB9E;
$todos-back3: #869686;
$todos-back4: #DCD4CE;
$todos-back5: #B7C1B7;
$todos-back6: #E0E0E0;
// It seems that we are not using bootstrap scss version so does not work
$primary: $todos-palette1;
$success: $todos-palette2;