settings page styling

This commit is contained in:
realaravinth
2021-07-21 14:46:31 +05:30
parent b603208d48
commit 2c2f79e1cd
9 changed files with 184 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
<span class="show-password-container">
<img class="show-password--show" src="<.=
crate::FILES.get("./static/cache/img/svg/eye.svg").unwrap() .>" alt="" />
crate::FILES.get("./static/cache/img/svg/eye.svg").unwrap() .>" alt="Show Password" />
<img class="show-password--hide" src="<.=
crate::FILES.get("./static/cache/img/svg/eye-off.svg").unwrap() .>" alt="" />
crate::FILES.get("./static/cache/img/svg/eye-off.svg").unwrap() .>" alt="Hide Password" />
</span>

View File

@@ -38,6 +38,8 @@ $img-width: #{$form-input-height * $img-height};
position: relative;
top: -#{$form-input-height * ($img-height * 1.15)};
left: #{$form-content-width * 0.99};
display: block;
margin-bottom: -30px;
}
.show-password-container:hover {