Generic template with i18next

This commit is contained in:
vjrj 2017-11-13 21:24:35 +01:00
parent 5b311446dc
commit 403a108dba
15 changed files with 242 additions and 77 deletions

View file

@ -1,3 +1,4 @@
@import './colors';
@import './forms';
@import './bootstrap-overrides';
@import 'web-fonts';

View file

@ -18,3 +18,8 @@ $cb-blue: #4285F4;
$cb-green: #00D490;
$cb-yellow: #FFCF50;
$cb-red: #DA5847;
$todos-back1: #AC9393;
$todos-back2: #FFFFFF;
$todos-font1: #280B0B;
$todos-font2: #501616;

View file