add working login page / remember me / clock

This commit is contained in:
lm
2021-09-13 22:03:16 +02:00
parent c7a613968c
commit 8d9f1603fe
7 changed files with 81 additions and 23 deletions
+6 -1
View File
@@ -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;