mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
settings page styling
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user