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;