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 32e111d commit e495d06Copy full SHA for e495d06
app/assets/stylesheets/partials/_variables.scss
@@ -1,3 +1,29 @@
1
+// ----------------------------
2
+// #COLOR
3
4
+
5
+// GRAY
6
+$color-gray-200: #e6e6e6;
7
+$color-gray-400: #b3b3b3;
8
+$color-gray-500: #999 ;
9
+$color-gray-700: #666;
10
+$color-gray-900: #333;
11
+$color-gray-950: #1a1a1a;
12
+$color-gray-975: #191919;
13
14
+// RED
15
+$color-red-500: #ff0000;
16
+$color-red-600: #e50000;
17
18
+// SEMANTIC COLORS
19
+$color-black: #000;
20
+$color-white: #fff;
21
22
+$color-text-primary: $color-gray-950;
23
+$color-text-secondary: $color-gray-700;
24
+$color-text-placeholder: $color-gray-500;
25
+$color-text-disabled: $color-gray-400;
26
27
// ----------------------------
28
// #TYPOGRAPHY
29
0 commit comments