diff --git a/app/assets/stylesheets/settings/users.scss b/app/assets/stylesheets/settings/users.scss index 58bf693da..f1984281b 100644 --- a/app/assets/stylesheets/settings/users.scss +++ b/app/assets/stylesheets/settings/users.scss @@ -22,12 +22,10 @@ .two-factor-container { - border: $border-default; column-gap: 1em; display: grid; grid-template-columns: auto fit-content; margin: 1em 0; - padding: 1em; row-gap: .5em; @@ -39,6 +37,13 @@ .enabled { @include font-button; color: $brand-success; + position: relative; + left: 10px; + + .fa-check-circle { + position: relative; + right: 2px; + } } } @@ -46,6 +51,11 @@ align-self: end; } } + + .two-factor-auth-button { + padding-top: 20px; + padding-bottom: 30px; + } } diff --git a/app/views/users/registrations/edit.html.erb b/app/views/users/registrations/edit.html.erb index 94c500ae7..f7eacf745 100644 --- a/app/views/users/registrations/edit.html.erb +++ b/app/views/users/registrations/edit.html.erb @@ -43,7 +43,7 @@