From 1ec36fb45d48cadd98ec7188414fa6de4d9455ad Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 28 Mar 2017 15:33:55 -0300 Subject: [#932] Adds back link to account recovery steps --- web-ui/src/account_recovery/page.scss | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'web-ui/src/account_recovery/page.scss') diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss index a5d62e01..e7fa1ebb 100644 --- a/web-ui/src/account_recovery/page.scss +++ b/web-ui/src/account_recovery/page.scss @@ -66,20 +66,6 @@ p { margin-bottom: 0.5em; } -.link { - color: $dark_blue; - font-style: italic; - font-size: 0.8em; - - .fa { - font-size: 1.6em; - position: relative; - top: 3px; - margin-right: 0.3em; - } - -} - @media only screen and (min-width : 500px) { body { font-size: 1.3em; -- cgit v1.2.3 From 6daf4311d32ab64fa73292e131611ee6a38ff18a Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 28 Mar 2017 17:35:28 -0300 Subject: [#932] Adapts account recovery flow to desktop with @deniscostadsc --- web-ui/src/account_recovery/page.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web-ui/src/account_recovery/page.scss') diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss index e7fa1ebb..20604b70 100644 --- a/web-ui/src/account_recovery/page.scss +++ b/web-ui/src/account_recovery/page.scss @@ -71,3 +71,11 @@ p { font-size: 1.3em; } } + +@media only screen and (min-width : 960px) { + .container { + width: 60%; + max-width: 700px; + padding: 3em; + } +} -- cgit v1.2.3