From 66ffaf22fa0451d0f07652233d4b9d3ae933a68e Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Sun, 30 Sep 2018 21:48:00 +0200 Subject: Added functionality to login modal --- WebInterface/NodeJSServer/src/style/partials/modal/_login.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'WebInterface/NodeJSServer/src/style/partials/modal/_login.scss') diff --git a/WebInterface/NodeJSServer/src/style/partials/modal/_login.scss b/WebInterface/NodeJSServer/src/style/partials/modal/_login.scss index 7aa1bf8..eed978f 100644 --- a/WebInterface/NodeJSServer/src/style/partials/modal/_login.scss +++ b/WebInterface/NodeJSServer/src/style/partials/modal/_login.scss @@ -7,7 +7,7 @@ .modal-body { display: grid; grid-template-columns: 10em 1fr; - grid-template-rows: 1fr 1fr; + grid-template-rows: 1fr 1fr 1fr; grid-row-gap: 0.5rem; div { @@ -25,6 +25,10 @@ flex-basis: calc(70% - 2rem); grid-column: 2 3; } + + button { + grid-column: 1 / 3; + } } } } -- cgit v1.2.3-54-g00ecf