Login: fix remember me checkbox and forget password link
This commit is contained in:
parent
ea245a869d
commit
d9e532684f
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
@import "placeholders";
|
||||
@import "mixins";
|
||||
|
||||
|
@ -60,7 +61,12 @@ $auth-breakpoint: 820px;
|
|||
|
||||
.auth-form {
|
||||
.reset-password {
|
||||
margin-top: 8px;
|
||||
margin-top: - 3 * $default-spacer;
|
||||
margin-bottom: $default-spacer;
|
||||
}
|
||||
|
||||
.remember-me {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.separation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue