From ef9a3da0528c659cc0ea430ba2729044fdcc8747 Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Sun, 30 Sep 2018 20:27:17 +0200 Subject: Added basic layout for login modal Shows form for inputting password and name. --- WebInterface/NodeJSServer/src/style/index.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'WebInterface/NodeJSServer/src/style/index.scss') 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'; -- cgit v1.2.3-54-g00ecf