1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00

fixed the yubikey icon

This commit is contained in:
antelle 2020-11-25 23:33:45 +01:00
parent 86844064db
commit b8c7a8b936
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

View File

@ -258,10 +258,11 @@
}
&-img {
fill: var(--muted-color);
width: 2em;
width: 1em;
position: relative;
top: -0.25em;
margin-right: $base-padding-h;
top: -0.22em;
font-size: 1.5em;
margin-right: $tiny-spacing;
cursor: pointer;
&:hover {
fill: var(--text-color);