summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery/page.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/account_recovery/page.scss')
-rw-r--r--web-ui/src/account_recovery/page.scss13
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%;