summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 20:27:17 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 20:27:17 +0200
commitef9a3da0528c659cc0ea430ba2729044fdcc8747 (patch)
tree0cc46a992b6d03a9e446e5118763436851fb6ceb /WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
parent67af10e2e629c131c1aa0655a57c6c15073c48bd (diff)
Added basic layout for login modal
Shows form for inputting password and name.
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, 2 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
index 1e7742e..1665003 100644
--- a/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
+++ b/WebInterface/NodeJSServer/src/style/partials/modal/_base.scss
@@ -24,7 +24,9 @@
}
.modal-title {
+ max-width: 85vw;
margin: 1rem;
+ text-align: center;
}
.modal-body {