add working login page / remember me / clock
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
|
||||
.login-form {
|
||||
display: flex;
|
||||
min-height: 15vh;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
.login-input {
|
||||
@@ -30,6 +30,11 @@
|
||||
margin: 0.1em;
|
||||
}
|
||||
|
||||
.login-error {
|
||||
color: red;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.spaced {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user