summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials/front-layer
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/src/style/partials/front-layer')
-rw-r--r--WebInterface/NodeJSServer/src/style/partials/front-layer/_notifications.scss2
-rw-r--r--WebInterface/NodeJSServer/src/style/partials/front-layer/_server-listing.scss2
2 files changed, 4 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/src/style/partials/front-layer/_notifications.scss b/WebInterface/NodeJSServer/src/style/partials/front-layer/_notifications.scss
index 1465b77..4dd7361 100644
--- a/WebInterface/NodeJSServer/src/style/partials/front-layer/_notifications.scss
+++ b/WebInterface/NodeJSServer/src/style/partials/front-layer/_notifications.scss
@@ -1,3 +1,5 @@
+@import '../colors';
+
.front-layer {
.banner {
z-index: 1;
diff --git a/WebInterface/NodeJSServer/src/style/partials/front-layer/_server-listing.scss b/WebInterface/NodeJSServer/src/style/partials/front-layer/_server-listing.scss
index 2921e22..2efb73b 100644
--- a/WebInterface/NodeJSServer/src/style/partials/front-layer/_server-listing.scss
+++ b/WebInterface/NodeJSServer/src/style/partials/front-layer/_server-listing.scss
@@ -1,3 +1,5 @@
+@import '../colors';
+
.front-layer {
.server-listing {
box-sizing: border-box;