mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
build(app): use sass colors
This commit is contained in:
14
assets/settings/_colors.scss
Normal file
14
assets/settings/_colors.scss
Normal 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;
|
||||
Reference in New Issue
Block a user