Forgot Password

This commit is contained in:
Belen Curcio
2020-10-24 17:10:54 -03:00
parent 8bb39b3a83
commit 6f19fee350
2 changed files with 30 additions and 6 deletions

View File

@@ -6,3 +6,7 @@
.modal {
@apply bg-primary p-12 border border-accents-2;
}
.modal:focus {
@apply outline-none;
}