some fixes

This commit is contained in:
antelle 2020-11-29 00:19:49 +01:00
parent 96458048fc
commit 4ee430284b
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 8 additions and 1 deletions

View File

@ -146,5 +146,8 @@
text-align: center;
background-color: var(--error-color);
color: var(--text-contrast-error-color);
> .fa {
vertical-align: bottom;
}
}
}

View File

@ -9,7 +9,6 @@
float: right;
cursor: pointer;
position: relative;
top: 2px;
& ~ .gen__top-btn {
margin-right: 0.5em;
}
@ -45,6 +44,11 @@
}
}
&__check-hide {
&-label {
text-align: center;
position: relative;
top: -2px;
}
& + label.gen__check-hide-label:before {
@include fa-icon;
content: $fa-var-eye;