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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user