summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-26 20:30:15 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-26 20:30:15 +0200
commita0fbb2bd6db8702ad9729823b91176861b2098c9 (patch)
treedb87afcfe173bc6d4896b248bebff96a92097964 /WebInterface/NodeJSServer/src/style/partials
parent0d8ae32d2f974ad6139a55e6e0d97d785fb13489 (diff)
Grundimplementierung des Servers und der Webseite
Diffstat (limited to 'WebInterface/NodeJSServer/src/style/partials')
-rw-r--r--WebInterface/NodeJSServer/src/style/partials/_colors.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/src/style/partials/_colors.scss b/WebInterface/NodeJSServer/src/style/partials/_colors.scss
new file mode 100644
index 0000000..a19a2ab
--- /dev/null
+++ b/WebInterface/NodeJSServer/src/style/partials/_colors.scss
@@ -0,0 +1,13 @@
+$primary: #212121;
+$primary-disabled: #21212161;
+$primary-light: #484848;
+$primary-dark: #000000;
+$primary-text: #ffffff;
+$primary-text-disabled: #ffffff61;
+$secondary: #546e7a;
+$secondary-disabled: #546e7a61;
+$secondary-half-dark: #3e5864;
+$secondary-dark: #29434e;
+$secondary-light: #819ca9;
+$secondary-text: #ffffff;
+$secondary-text-disabled: #ffffff61;