forked from noxious/client
Made eye icon on login/register functional
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user