summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials/modal
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 16:15:38 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 16:15:38 +0200
commitfe1356caa9a3739c338ff7d7b1e4e7a4b45c0b72 (patch)
tree70ee04bf612a8b3d6a402dd320a6aebb63ac302d /WebInterface/NodeJSServer/src/style/partials/modal
parent63233700cdbe55b440f6651baa2a515d8e33e6aa (diff)
Moved color import to the modules requiring it
Diffstat (limited to 'WebInterface/NodeJSServer/src/style/partials/modal')
-rw-r--r--WebInterface/NodeJSServer/src/style/partials/modal/_base.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
index c8705e4..1e7742e 100644
--- a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
+++ b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
@@ -1,3 +1,5 @@
+@import '../colors';
+
.modal-container {
position:absolute;
top: 0;
@@ -13,7 +15,7 @@
}
.modal {
- background-color: #546e7a;
+ background-color: $secondary;
margin: auto;
padding: 1rem;
border-style: none;