diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-03-29 17:52:56 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-03-30 15:10:57 -0300 |
commit | a160960d342604efafbbc82f278028b28768f469 (patch) | |
tree | a0a1d72dee2dc736b763442a34df620f6b65f062 /web-ui | |
parent | 2e0e897219f0f3caac79cb51cbe116b8a51a4f0b (diff) |
[#932] Changes progress bar margin
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/src/account_recovery/page.scss | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss index c6a25e53..c61c855e 100644 --- a/web-ui/src/account_recovery/page.scss +++ b/web-ui/src/account_recovery/page.scss @@ -71,7 +71,6 @@ p { flex-direction: column; .account-recovery-progress { - margin: 1em 0; align-self: center; width: 100%; } @@ -89,7 +88,12 @@ p { .account-recovery-form { align-items: center; - .account-recovery-progress, h1 { + .account-recovery-progress { + margin-bottom: 1.4em; + width: 80%; + } + + h1 { width: 80%; } } @@ -102,11 +106,6 @@ p { padding: 3em; } - .account-recovery-progress { - width: 80%; - margin-top: 0; - } - .account-recovery-form { h1 { max-width: 80%; |