From a160960d342604efafbbc82f278028b28768f469 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 29 Mar 2017 17:52:56 -0300 Subject: [#932] Changes progress bar margin --- web-ui/src/account_recovery/page.scss | 13 ++++++------- 1 file 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%; -- cgit v1.2.3