Adjust styles to markup changes
This commit is contained in:
parent
cffa807503
commit
00f28b935e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue