Align the remember me and forgotten password items

This commit is contained in:
gregoirenovel 2017-10-19 16:04:45 +02:00
parent fcc76c1d36
commit a43ec4e0d1
2 changed files with 24 additions and 10 deletions

View file

@ -65,13 +65,15 @@ $auth-breakpoint: $two-columns-breakpoint;
}
.auth-form {
.reset-password {
margin-top: - 3 * $default-spacer;
margin-bottom: $default-spacer;
.auth-options {
display: flex;
justify-content: space-between;
margin-bottom: 4 * $default-spacer;
}
.remember-me {
display: inline-block;
margin-bottom: 0;
}
.separation {
@ -127,3 +129,13 @@ $auth-breakpoint: $two-columns-breakpoint;
}
}
}
.sign-in-form .form {
input[type="password"] {
margin-bottom: $default-spacer;
}
input[type="checkbox"] {
margin-bottom: 0;
}
}