From f97ce4fce7e0cfa5150ca680d0fa87d0e96a0763 Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Sun, 30 Sep 2018 16:15:47 +0200 Subject: Added styling to about page --- WebInterface/NodeJSServer/src/style/about.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 WebInterface/NodeJSServer/src/style/about.scss (limited to 'WebInterface/NodeJSServer/src/style/about.scss') diff --git a/WebInterface/NodeJSServer/src/style/about.scss b/WebInterface/NodeJSServer/src/style/about.scss new file mode 100644 index 0000000..9d8ad50 --- /dev/null +++ b/WebInterface/NodeJSServer/src/style/about.scss @@ -0,0 +1,5 @@ +@import 'partials/base'; +@import 'partials/backdrop/base'; +@import 'partials/backdrop/menu'; +@import 'partials/front-layer/base'; +@import 'partials/front-layer/copyright'; -- cgit v1.2.3-54-g00ecf