mirror of https://github.com/keeweb/keeweb
yubikey image
This commit is contained in:
parent
63b7b32e9c
commit
b2d87efc99
|
@ -179,3 +179,4 @@ $fa-var-edge: next-fa-glyph();
|
|||
$fa-var-twitter: next-fa-glyph();
|
||||
$fa-var-paint-brush: next-fa-glyph();
|
||||
$fa-var-at: next-fa-glyph();
|
||||
$fa-var-usb-token: next-fa-glyph();
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
<div class="open__settings-yubikey {{#if canUseChalRespYubiKey}}open__settings-yubikey--present{{/if}} hide"
|
||||
tabindex="26" title="YubiKey">
|
||||
<div class="open__settings-yubikey__text">YK</div> <i class="fa fa-usb-token open__settings-yubikey-img"></i>{
|
||||
<div class="open__settings-yubikey__text">YK</div> <i class="fa fa-usb-token open__settings-yubikey-img"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="open__last">
|
||||
|
|
Loading…
Reference in New Issue