Adjust styles to markup changes

This commit is contained in:
Florian Strohmaier 2021-06-17 17:03:09 +02:00 committed by Johannes Meyer
parent cffa807503
commit 00f28b935e
1 changed files with 5 additions and 11 deletions

View File

@ -25,9 +25,8 @@
} }
.login-form { .login-form {
min-width: 24em; width: 24em;
position: relative; position: relative;
width: 33%;
z-index: 10; z-index: 10;
} }
@ -66,14 +65,9 @@
padding: 0; padding: 0;
} }
.control-group { .form-errors,
margin: 0 auto; // Center horizontally input[type="text"],
} input[type="password"] {
.control-group,
.form-errors {
width: 24em;
&:not(:last-child) { &:not(:last-child) {
margin-bottom: 1em; margin-bottom: 1em;
} }