mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
show password compoenent
This commit is contained in:
@@ -18,10 +18,11 @@
|
||||
@import '../../vars';
|
||||
|
||||
$img-height: 0.69;
|
||||
$img-width: #{$form-input-height * $img-height};
|
||||
|
||||
@mixin show-password-img {
|
||||
display: block;
|
||||
width: #{$form-input-height * $img-height};
|
||||
width: $img-width;
|
||||
}
|
||||
|
||||
.show-password--show {
|
||||
@@ -34,9 +35,9 @@ $img-height: 0.69;
|
||||
}
|
||||
|
||||
.show-password-container {
|
||||
position: absolute;
|
||||
right: 40px;
|
||||
margin-top: #{$form-input-height * $img-height / 2.5};
|
||||
position: relative;
|
||||
top: -#{$form-input-height * ($img-height * 1.15)};
|
||||
left: #{$form-content-width * 0.99};
|
||||
}
|
||||
|
||||
.show-password-container:hover {
|
||||
|
||||
Reference in New Issue
Block a user