From 4e1ec3b65a654d5896b393f2beb59976a6d570bd Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 19 Nov 2020 14:07:51 +1100 Subject: [PATCH] fix screen layout when reset db on start --- stylesheets/_session_password.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stylesheets/_session_password.scss b/stylesheets/_session_password.scss index e9ee8badc..e55a192d9 100644 --- a/stylesheets/_session_password.scss +++ b/stylesheets/_session_password.scss @@ -1,6 +1,21 @@ .password { height: 100vh; + .clear-data-wrapper { + margin: auto; + + .warning-info-area { + display: flex; + flex-direction: column; + align-items: center; + } + + .button-group { + display: flex; + justify-content: space-around; + } + } + .password-prompt { &-wrapper { display: flex;