feat: move password to separate component
This commit is contained in:
parent
6041ad1482
commit
0322daf4d4
5 changed files with 98 additions and 86 deletions
|
|
@ -4,4 +4,3 @@
|
|||
@import "task";
|
||||
@import "tasks";
|
||||
@import "namespaces";
|
||||
@import 'password-field-toggle';
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
.password-field-type-toggle {
|
||||
position: absolute;
|
||||
color: var(--grey-400);
|
||||
top: 50%;
|
||||
right: 1rem;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
Reference in a new issue