chore: move password field toggle to scss file
This commit is contained in:

committed by
Dominik Pschenitschni

parent
66d5e851e8
commit
8397608fef
@ -275,11 +275,4 @@ export default {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.password-field-type-toggle {
|
||||
position: absolute;
|
||||
top: .5rem;
|
||||
right: 1rem;
|
||||
color: var(--grey-400);
|
||||
}
|
||||
</style>
|
||||
|
@ -162,12 +162,3 @@ async function submit() {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.password-field-type-toggle {
|
||||
position: absolute;
|
||||
top: .5rem;
|
||||
right: 1rem;
|
||||
color: var(--grey-400);
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user