Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / common / _variables.scss
1
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;
22 $crimson: #a94442;
23
24 $background-gray: #f2f2f2;
25 $text-black: #191919;
26 $link-blue: #056bae;
27 $functional-green: #007a3e;
28 $tlv-gray: #f8f8f8;
29 $tlv-light-gray: #eaeaea;
30 $tlv-hover: #e6f6fb;
31 $highlight-gray: #eceff3;
32
33 $content-background-color: $white;
34
35 $scroll-bar-color: $text-black;
36 $vc-status-text-color: #42b72a;
37
38 // sizes
39 $circle-icon-size: 40px;
40
41 //responsive @media params
42 $tablet-max-width: 1024px;
43 $laptop-min-width: 1224px;
44 $desktop-min-width: 1824px;
45
46
47
48
49
50