1
0
forked from noxious/client

Made eye icon on login/register functional

This commit is contained in:
2024-10-14 22:05:12 +02:00
parent 8b1efca7b8
commit b5c222cc05
3 changed files with 17 additions and 4 deletions

View File

@ -107,6 +107,10 @@ button {
&:hover {
@apply cursor-pointer;
}
&.eye-open {
@apply bg-[url('/assets/icons/eye-closed.svg')] w-5 h-4 right-2.5;
}
}
.text-pixel {