1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 14:43:16 +00:00

Further Dark Theme QA Fixes (#1217)

* Add webAuthn logo for dark theme

* Add alt tags to 2FA logo images
This commit is contained in:
Danny Murphy
2021-10-07 23:47:32 +01:00
committed by GitHub
parent 37752b566b
commit d4b13c461d
11 changed files with 35 additions and 13 deletions

View File

@@ -21,7 +21,7 @@
<ul class="list-group list-group-2fa">
<li *ngFor="let p of providers" class="list-group-item d-flex align-items-center">
<div class="logo-2fa d-flex justify-content-center">
<img [src]="'images/two-factor/' + p.type + '.png'" alt="">
<img [class]="'mfaType' + p.type" [alt]="p.name + ' logo'">
</div>
<div class="mx-4">
<h3 class="mb-0">