UNPKG

702 BSCSSView Raw
1// Vendasta UI Colours Base Set
2
3$light-red: #f44336;
4$red: #c62828;
5$light-yellow: #fff8e1;
6$yellow: #ffa000;
7$light-green: #e8f5e9;
8$green: #4caf50;
9$dark-green: #388e3c;
10$light-blue: #e3f2fd;
11$blue: #1e88e5;
12$dark-blue: #1565c0;
13
14$white: #ffffff;
15$lighter-gray: #fafafa;
16$light-gray: #f5f5f5;
17$gray: #e0e0e0;
18$dark-gray: #9e9e9e;
19$darker-gray: #616161;
20$black: #212121;
21
22$error: $red;
23$warning: $yellow;
24$positive: $green;
25$positive-hover: $dark-green;
26$action: $blue;
27$action-hover: $dark-blue;
28$disabled: $gray;
29
30$row-hover-bg-color: $lighter-gray;
31$page-background: $white;
32$border-color: $gray;
33$tertiary-font-color: $dark-gray;
34$secondary-font-color: $darker-gray;
35$primary-font-color: $black;