summaryrefslogtreecommitdiff
path: root/web-ui/src/login/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/login/app.scss')
-rw-r--r--web-ui/src/login/app.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/web-ui/src/login/app.scss b/web-ui/src/login/app.scss
index 6721a8ba..48add805 100644
--- a/web-ui/src/login/app.scss
+++ b/web-ui/src/login/app.scss
@@ -39,6 +39,7 @@
.input-field-group {
width: 100%;
+ margin: 0 0 1.5em 0;
}
.submit-button {
@@ -48,11 +49,11 @@
.logo {
width: 70%;
- margin-bottom: 1em;
+ margin-bottom: 2em;
}
@media only screen and (min-width : 500px) {
- #login_form .input-field-group {
+ #login_form {
margin-top: 1em;
}
@@ -85,6 +86,7 @@
.logo {
height: 6em;
+ margin-bottom: 1em;
margin-top: 1.5em;
}
@@ -92,8 +94,4 @@
width: 34%;
margin-left: 8%;
}
-
- #login_form {
- margin-top: -11em;
- }
}