blob: 5125b652ea411e51329dc26cf9852f566e1ee9df [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2// primary colors
3$blue: #009fdb;
4$dark-blue: #0568ae;
5$light-blue: #71c5e8;
6$green: #4ca90c;
7$dark-green: #007a3e;
8$light-green: #b5bd00;
9$orange: #ea7400;
10$yellow: #ffb81c;
11$dark-purple: #702f8a;
12$purple: #9063cd;
13$light-purple: #caa2dd;
14$black: #000000;
15$dark-gray: #5a5a5a;
16$gray: #959595;
17$light-gray: #d2d2d2;
18$white: #ffffff;
19
20// Secondary Colors
21$red: #cf2a2a;
AviZi280f8012017-06-09 02:39:56 +030022$crimson: #a94442;
Michael Landoefa037d2017-02-19 12:57:33 +020023
Michael Landoefa037d2017-02-19 12:57:33 +020024$background-gray: #f2f2f2;
25$text-black: #191919;
26$link-blue: #056bae;
27$functional-green: #007a3e;
Michael Landoefa037d2017-02-19 12:57:33 +020028$tlv-gray: #f8f8f8;
29$tlv-light-gray: #eaeaea;
30$tlv-hover: #e6f6fb;
AviZi280f8012017-06-09 02:39:56 +030031$highlight-gray: #eceff3;
Michael Landoefa037d2017-02-19 12:57:33 +020032
33$content-background-color: $white;
34
talig8e9c0652017-12-20 14:30:43 +020035$scroll-bar-color: $text-black;
AviZi280f8012017-06-09 02:39:56 +030036$vc-status-text-color: #42b72a;
37
38// sizes
39$circle-icon-size: 40px;
Michael Landoefa037d2017-02-19 12:57:33 +020040
41//responsive @media params
42$tablet-max-width: 1024px;
43$laptop-min-width: 1224px;
44$desktop-min-width: 1824px;
45
AviZi280f8012017-06-09 02:39:56 +030046
AviZi280f8012017-06-09 02:39:56 +030047
AviZi280f8012017-06-09 02:39:56 +030048
AviZi280f8012017-06-09 02:39:56 +030049
AviZi280f8012017-06-09 02:39:56 +030050