12 lines
204 B
SCSS
12 lines
204 B
SCSS
.management-account-edit-password-manually {
|
|
[type=password],
|
|
[type=text] {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.show-password {
|
|
@include has-fa-icon(eye, regular);
|
|
cursor: pointer;
|
|
}
|
|
}
|