fix(style): Password Input remove styles and indent
This commit is contained in:
parent
a2677477f7
commit
a33face736
|
@ -74,15 +74,3 @@ const copyPassword = () => {
|
||||||
</Input>
|
</Input>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
|
||||||
input#password-field {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
label#password-field .input-right .button,
|
|
||||||
label#password-field .input-right .button:hover {
|
|
||||||
background-color: transparent !important;
|
|
||||||
border: none !important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Reference in New Issue