mirror of https://github.com/keeweb/keeweb
some fixes
parent
96458048fc
commit
4ee430284b
|
@ -146,5 +146,8 @@
|
|||
text-align: center;
|
||||
background-color: var(--error-color);
|
||||
color: var(--text-contrast-error-color);
|
||||
> .fa {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue