Files
grecia/app/assets/stylesheets/management/account/edit_password_manually.scss
Javi Martín 5f9c6fd554 Use an SVG icon for the show password button
As mentioned in commit 925f04e3f, SVG icons offer many advantages over
icon fonts.
2025-04-02 15:58:23 +02:00

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;
}
}