feat: move password to separate component

This commit is contained in:
kolaente 2021-12-26 13:37:33 +01:00
parent 6041ad1482
commit 0322daf4d4
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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%);
}