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
+20
View File
@@ -77,6 +77,26 @@ input.appinput {
margin-bottom: 1rem;
}
.appinput::-moz-placeholder {
opacity: 1;
color: white;
}
.appinput:-ms-input-placeholder {
opacity: 1;
color: white;
}
.appinput::-ms-input-placeholder {
opacity: 1;
color: white;
}
.appinput::placeholder {
opacity: 1;
color: white;
}
.d-flex {
display: flex;
}
+20
View File
@@ -77,6 +77,26 @@ input.appinput {
margin-bottom: 1rem;
}
.appinput::-moz-placeholder {
opacity: 1;
color: white;
}
.appinput:-ms-input-placeholder {
opacity: 1;
color: white;
}
.appinput::-ms-input-placeholder {
opacity: 1;
color: white;
}
.appinput::placeholder {
opacity: 1;
color: white;
}
.d-flex {
display: flex;
}