mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Fix jumbo sized WebAuthn logo (#1251)
* Fix jumbo sized WebAuthn logo * Fix styling on 2FA modals * Fix so that text does not go below image * Rearrange items in modal and add new icons * make spacing a little wider * Remove 1 from mfaTypes, we now have both versions Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
@@ -160,9 +160,33 @@ input[type="radio"], input[type="checkbox"] {
|
||||
@include themify($themes) {
|
||||
background-color: themed('foregroundColor');
|
||||
border-color: themed('listItemBorder');
|
||||
color: themed('listItemColor');
|
||||
font-weight: themed('linkWeight');
|
||||
color: themed('textColor');
|
||||
}
|
||||
>.two-factor-content {
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
display: flex;
|
||||
>.text-col {
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
}
|
||||
>.logo-col {
|
||||
min-width: 100px;
|
||||
margin-right: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
img {
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
>.btn-col {
|
||||
width: 85px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-group-item.active {
|
||||
|
||||
Reference in New Issue
Block a user