Browse code

initial-commit

rcraig12 authored on 11/11/2018 19:37:45
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+
2
+// Body
3
+$body-bg: #f8fafc;
4
+
5
+// Typography
6
+$font-family-sans-serif: "Nunito", sans-serif;
7
+$font-size-base: 0.9rem;
8
+$line-height-base: 1.6;
9
+
10
+// Colors
11
+$blue: #3490dc;
12
+$indigo: #6574cd;
13
+$purple: #9561e2;
14
+$pink: #f66D9b;
15
+$red: #e3342f;
16
+$orange: #f6993f;
17
+$yellow: #ffed4a;
18
+$green: #38c172;
19
+$teal: #4dc0b5;
20
+$cyan: #6cb2eb;