We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a24b7f commit a1dc1d3Copy full SHA for a1dc1d3
sass/base/variables.scss
@@ -1,12 +1,21 @@
1
-/*========== VARIABLES ==========*/
+/* Variables
2
+* Add or replace variables in your OWN variables file
3
+*/
4
5
/*
-* Base colors
-* Color 01 and 02 reservered for white and black
6
+* Base colors
7
+* Color 01 and 02 reservered for white and black
8
*/
9
$color01: #fff;
10
$color02: #000;
11
12
+/* Theme colors */
13
+$theme01: #1B94BF; // Knight blue
14
+$theme02: #093142; // Royal blue
15
+$theme03: #12637F; // Falcon blue
16
+$theme04: #FFC200; // Royal yellow
17
+$theme05: #FFFFFF; // Destroyer white
18
+
19
$alert: #FFD700;
20
$negative: #FF7878;
21
$positive: #29C85D;
0 commit comments