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