frontend/src/styles/components/password-field-toggle.scss

8 lines
138 B
SCSS

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