diff --git a/src/sass/views/_login.scss b/src/sass/views/_login.scss index e600ace..f663995 100644 --- a/src/sass/views/_login.scss +++ b/src/sass/views/_login.scss @@ -164,6 +164,14 @@ text-decoration: none; } + .connection-error { + margin: 30px 0; + + p { + margin-bottom: 15px; + } + } + .details { fieldset { margin: 0 0 10px 0; diff --git a/src/tpl/login-set-credentials.html b/src/tpl/login-set-credentials.html index 0c59cb3..601baa8 100644 --- a/src/tpl/login-set-credentials.html +++ b/src/tpl/login-set-credentials.html @@ -11,14 +11,12 @@