1
0
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:
Kyle Spearrin
2018-06-11 11:43:10 -04:00
parent 4df4f57de3
commit a6aef345d5
17 changed files with 233 additions and 151 deletions

View File

@@ -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;
}