1
0
mirror of https://github.com/bitwarden/web synced 2026-01-09 03:53:28 +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

@@ -36,6 +36,20 @@
}
}
@each $mfaType in $mfaTypes {
.mfaType#{$mfaType} {
content: url('../images/two-factor/' + $mfaType + '.png');
max-width: 100px;
}
}
.mfaType7 {
@include themify($themes) {
content: url('../images/two-factor/7' + themed('mfaLogoSuffix'));
max-width: 100px;
}
}
.progress {
@include themify($themes) {
background-color: themed('pwStrengthBackground');