build(app): use sass colors

This commit is contained in:
Julien
2018-09-10 01:14:07 +02:00
parent e346eafe21
commit 97789508c5
16 changed files with 91 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
/* **************************************************************************
SETTINGS > COLORS
To get the color name: http://veli.ee/colorpedia/?c=354052
************************************************************************** */
// Black
$black: #000000;
$ebony-clay: #273142;
$mirage: #1b2431;
$mirage2: #171e29;
$oxford-blue: #313d4f;
// White
$white: #ffffff;