diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-02-23 10:15:41 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-02-23 11:42:10 -0300 |
commit | 5470cd7729f656fe2ed3a00d0cc301455d63d706 (patch) | |
tree | 4435ede6f51a283d3cc3aa802c9c8d9d012eecb1 /web-ui | |
parent | b06face47a2e19cc1afcda3f0e298d19f7dcb6bb (diff) |
[#907] Adds margin to top of page for login page
with @thaissiqueira
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/src/login/app.scss | 4 | ||||
-rw-r--r-- | web-ui/src/login/login.css | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/web-ui/src/login/app.scss b/web-ui/src/login/app.scss index 32e3b979..14e2d131 100644 --- a/web-ui/src/login/app.scss +++ b/web-ui/src/login/app.scss @@ -23,8 +23,6 @@ margin: auto; max-width: 400px; padding: 2em 0; - margin-top: 3%; - margin-bottom: 3%; background-color: $white; display: flex; flex-direction: column; @@ -84,7 +82,7 @@ content: ''; height: 22em; position: absolute; - margin-top: inherit; + margin-top: 3%; top: 2.5em; left: 50%; border: 1px solid $lighter_gray; diff --git a/web-ui/src/login/login.css b/web-ui/src/login/login.css index 5116875e..9628932f 100644 --- a/web-ui/src/login/login.css +++ b/web-ui/src/login/login.css @@ -25,6 +25,11 @@ body { background-repeat: repeat; } +#root { + margin-top: 3%; + margin-bottom: 3%; +} + .disclaimer { display: block; width: 90%; |