summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 21:48:00 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 21:48:00 +0200
commit66ffaf22fa0451d0f07652233d4b9d3ae933a68e (patch)
tree4c0c7a427bfe51fc26f96f3d4c6e5b9739eddfed /WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
parent7026897c34d17a40f73efe599286138528806185 (diff)
Added functionality to login modal
Diffstat (limited to 'WebInterface/NodeJSServer/src/style/partials/modal/_base.scss')
-rw-r--r--WebInterface/NodeJSServer/src/style/partials/modal/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
index 1665003..006c241 100644
--- a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
+++ b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
@@ -15,7 +15,7 @@
}
.modal {
- background-color: $secondary;
+ background-color: $primary;
margin: auto;
padding: 1rem;
border-style: none;