1
0

feat: move password to separate component

This commit is contained in:
kolaente
2021-12-26 13:37:33 +01:00
parent 6041ad1482
commit 0322daf4d4
5 changed files with 98 additions and 86 deletions

View File

@ -4,4 +4,3 @@
@import "task";
@import "tasks";
@import "namespaces";
@import 'password-field-toggle';

View File

@ -1,7 +0,0 @@
.password-field-type-toggle {
position: absolute;
color: var(--grey-400);
top: 50%;
right: 1rem;
transform: translateY(-50%);
}