Skip to content

Commit

Permalink
Merge pull request #24 from PedroHenriqueDevBR/dev
Browse files Browse the repository at this point in the history
style: fix eye icon position error
  • Loading branch information
PedroHenriqueDevBR authored Aug 8, 2023
2 parents 7c19221 + 9e75834 commit 9fbaec4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ldap_password/apps/core/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ form>label {
margin: 0 !important;
}

.password-eye-icon {
margin-left: -30px;
cursor: pointer;
}

@media only screen and (max-width: 500px) {
.password_form_content {
height: auto;
Expand Down
7 changes: 7 additions & 0 deletions ldap_password/apps/core/templates/password.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

{% block body %}

<style>
.password-eye-icon {
margin-left: -30px !important;
cursor: pointer;
}
</style>

<div class="password_container background_dpe">
<section class="password_form_content bg-white px-5 py-4 my-4 rounded shadow">
<div class="header">
Expand Down

0 comments on commit 9fbaec4

Please sign in to comment.