mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
two-step login pages
This commit is contained in:
@@ -144,6 +144,14 @@ body {
|
||||
color: $text-muted;
|
||||
}
|
||||
}
|
||||
.modal .list-group-flush {
|
||||
:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
justify-content: flex-start;
|
||||
@@ -151,7 +159,7 @@ body {
|
||||
@include border-radius($modal-content-border-radius);
|
||||
}
|
||||
|
||||
form label {
|
||||
form label:not(.form-check-label) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user