summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/index.scss
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 20:27:17 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 20:27:17 +0200
commitef9a3da0528c659cc0ea430ba2729044fdcc8747 (patch)
tree0cc46a992b6d03a9e446e5118763436851fb6ceb /WebInterface/NodeJSServer/src/style/index.scss
parent67af10e2e629c131c1aa0655a57c6c15073c48bd (diff)
Added basic layout for login modal
Shows form for inputting password and name.
Diffstat (limited to 'WebInterface/NodeJSServer/src/style/index.scss')
-rw-r--r--WebInterface/NodeJSServer/src/style/index.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/src/style/index.scss b/WebInterface/NodeJSServer/src/style/index.scss
index 285a47b..04c896a 100644
--- a/WebInterface/NodeJSServer/src/style/index.scss
+++ b/WebInterface/NodeJSServer/src/style/index.scss
@@ -7,3 +7,4 @@
@import 'partials/front-layer/server-listing';
@import 'partials/front-layer/copyright';
@import 'partials/modal/base';
+@import 'partials/modal/login';