Fixes and implementation of forgot password

This commit is contained in:
frederikpyt
2020-06-30 10:19:01 +02:00
parent 2814490a8a
commit c074f32bbe
12 changed files with 115 additions and 134 deletions
+5
View File
@@ -55,3 +55,8 @@ input.appinput {
line-height: 2rem;
margin-bottom: 1rem;
}
.appinput::placeholder {
opacity: 1;
color: white;
}