aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/globals.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.scss')
-rw-r--r--src/styles/globals.scss46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/styles/globals.scss b/src/styles/globals.scss
index b6a7949c2..fe4123242 100644
--- a/src/styles/globals.scss
+++ b/src/styles/globals.scss
@@ -1,26 +1,26 @@
1$raw-theme-brand-primary: "114,102,240"; 1$raw-theme-brand-primary: '114,102,240';
2$raw-theme-brand-success: "92,184,92"; 2$raw-theme-brand-success: '92,184,92';
3$raw-theme-brand-info: "91,192,222"; 3$raw-theme-brand-info: '91,192,222';
4$raw-theme-brand-warning: "255,159,0"; 4$raw-theme-brand-warning: '255,159,0';
5$raw-theme-brand-danger: "217,83,79"; 5$raw-theme-brand-danger: '217,83,79';
6$raw-theme-gray-dark: "55,58,60"; 6$raw-theme-gray-dark: '55,58,60';
7$raw-theme-gray: "85,89,92"; 7$raw-theme-gray: '85,89,92';
8$raw-theme-gray-light: "129,138,145"; 8$raw-theme-gray-light: '129,138,145';
9$raw-theme-gray-lighter: "236,238,239"; 9$raw-theme-gray-lighter: '236,238,239';
10$raw-theme-gray-lightest: "247,247,249"; 10$raw-theme-gray-lightest: '247,247,249';
11$raw-theme-border-radius: 6px; 11$raw-theme-border-radius: 6px;
12$raw-theme-border-radius-small: 3px; 12$raw-theme-border-radius-small: 3px;
13$raw-theme-sidebar-width: 68px; 13$raw-theme-sidebar-width: 68px;
14$raw-theme-text-color: "55,58,60"; 14$raw-theme-text-color: '55,58,60';
15$raw-theme-transition-time: .5s; 15$raw-theme-transition-time: 0.5s;
16$raw-theme-inset-shadow: inset 0 2px 5px rgba(0, 0, 0, .03); 16$raw-theme-inset-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.03);
17$raw-dark-theme-black: "26,26,26"; 17$raw-dark-theme-black: '26,26,26';
18$raw-dark-theme-gray-darkest: "30,30,30"; 18$raw-dark-theme-gray-darkest: '30,30,30';
19$raw-dark-theme-gray-darker: "45,47,49"; 19$raw-dark-theme-gray-darker: '45,47,49';
20$raw-dark-theme-gray-dark: "56,58,59"; 20$raw-dark-theme-gray-dark: '56,58,59';
21$raw-dark-theme-gray: "71,73,75"; 21$raw-dark-theme-gray: '71,73,75';
22$raw-dark-theme-gray-light: "81,83,85"; 22$raw-dark-theme-gray-light: '81,83,85';
23$raw-dark-theme-gray-lighter: "138,139,139"; 23$raw-dark-theme-gray-lighter: '138,139,139';
24$raw-dark-theme-gray-lightest: "255,255,255"; 24$raw-dark-theme-gray-lightest: '255,255,255';
25$raw-dark-theme-gray-smoke: "206,208,209"; 25$raw-dark-theme-gray-smoke: '206,208,209';
26$raw-dark-theme-text-color: "255,255,255"; 26$raw-dark-theme-text-color: '255,255,255';