From 6415f2746e38ebe5cb328c2af94413a4d4e5da07 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:59:43 +0100 Subject: Refactor the 'Welcome' screen and the 'SetupAssistant' for better UX (#472) * Change auth styling and add back button * Add Skip button on 'SetupAssistant' --- src/styles/auth.scss | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/styles/auth.scss') diff --git a/src/styles/auth.scss b/src/styles/auth.scss index 33e3a4a78..e60c4971c 100644 --- a/src/styles/auth.scss +++ b/src/styles/auth.scss @@ -49,6 +49,7 @@ display: flex; align-items: center; justify-content: center; + overflow: auto; } .auth__container { @@ -85,7 +86,10 @@ .auth__button { width: 100%; - &.auth__button--skip { margin: 10px auto 0; } + &.auth__button--skip { + margin: 10px auto 0; + width: 20%; + } } .touchid__button { @@ -127,7 +131,10 @@ } .auth__help { - padding: 5% 2%; + display: flex; + padding-top: 2%; + padding-bottom: 2%; + justify-content: center; } .auth__adlk { @@ -143,10 +150,8 @@ .info-bar { position: absolute; } &__scroll-container { - max-height: 100vh; - padding: 80px 0; - overflow: auto; width: 100%; + height: fit-content; } .available-services { margin-bottom: 15px; } -- cgit v1.2.3-70-g09d2