summaryrefslogtreecommitdiffstats
path: root/webui/src/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/_variables.scss')
-rw-r--r--webui/src/_variables.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/webui/src/_variables.scss b/webui/src/_variables.scss
new file mode 100644
index 0000000..a0b9153
--- /dev/null
+++ b/webui/src/_variables.scss
@@ -0,0 +1,12 @@
+
+$body-background: #f2f2f2;
+
+$color-blue: #46cbde;
+$color-green: #47dbc3;
+$color-purple: #e05ee2;
+$color-blue-gray: #8e9ab2;
+
+$spacing-unit: 0.0625rem;
+$line-thickness: $spacing-unit * 4;
+
+$tablet-min-width: 768px;