From 3a3d0fc3d4733f8908e23a03f860d76340479ec4 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Tue, 11 Jun 2019 23:53:30 +0200 Subject: Reorganize Project structure --- .../NodeJSServer/src/style/partials/_base.scss | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 WebInterface/NodeJSServer/src/style/partials/_base.scss (limited to 'WebInterface/NodeJSServer/src/style/partials/_base.scss') diff --git a/WebInterface/NodeJSServer/src/style/partials/_base.scss b/WebInterface/NodeJSServer/src/style/partials/_base.scss deleted file mode 100644 index 5f300fd..0000000 --- a/WebInterface/NodeJSServer/src/style/partials/_base.scss +++ /dev/null @@ -1,20 +0,0 @@ -@import 'colors'; - -html,body { - height: 100vh; - margin: 0; - padding: 0; - font-family: 'Roboto', sans-serif; - font-display: swap; - overflow: hidden; - background-color: $primary; - color: $primary-text; - user-select: none; -} - -body { - display: flex; - flex-direction: column; - background-color: $secondary; - position: relative; -} -- cgit v1.2.3-70-g09d2