diff --git a/src/app/accounts/views/accountsLoginTwoFactor.html b/src/app/accounts/views/accountsLoginTwoFactor.html index eceac49f23..0911f90add 100644 --- a/src/app/accounts/views/accountsLoginTwoFactor.html +++ b/src/app/accounts/views/accountsLoginTwoFactor.html @@ -3,9 +3,17 @@

Enter the 6 digit verification code from your authenticator app.

-

- Enter the 6 digit verification code that was just now emailed to you. -

+
+

+ Enter the 6 digit verification code that was just now emailed to you. +

+

+ Didn't get the email? + + Send it again + +

+

Errors have occurred

@@ -19,12 +27,6 @@ ng-model="token" required api-field />
-

- Didn't get the email? - - Send it again - -

diff --git a/src/less/vault.less b/src/less/vault.less index 48c4ce6726..b362c7d87d 100644 --- a/src/less/vault.less +++ b/src/less/vault.less @@ -20,6 +20,28 @@ h1, h2, h3, h4, h5, h6, font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } +.login-box, .register-box { + width: 400px; + margin: 4% auto; + + @media screen and (max-width: @screen-xs-max) { + width: ~"calc(100% - 20px)"; + margin: 20px auto; + } + + .login-box-msg, .register-box-msg { + padding: 0 0 20px 0; + } + + .checkbox { + margin: 0; + } +} + +.login-logo, .register-logo { + margin-bottom: 20px; +} + .box-body > .table-responsive { > .table { margin-bottom: 0;