From a0fbb2bd6db8702ad9729823b91176861b2098c9 Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Wed, 26 Sep 2018 20:30:15 +0200 Subject: Grundimplementierung des Servers und der Webseite --- WebInterface/NodeJSServer/src/style/partials/_colors.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WebInterface/NodeJSServer/src/style/partials/_colors.scss (limited to 'WebInterface/NodeJSServer/src/style/partials') 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; -- cgit v1.2.3-54-g00ecf