1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

list styling for people

This commit is contained in:
Kyle Spearrin
2018-07-06 15:45:35 -04:00
parent 656d17cc07
commit 3e0f2126b3
8 changed files with 54 additions and 8 deletions

View File

@@ -211,7 +211,7 @@ input, select, textarea {
@include border-radius($modal-content-border-radius);
}
label:not(.form-check-label) {
label:not(.form-check-label):not(.btn) {
font-weight: bold;
}
@@ -275,7 +275,7 @@ label:not(.form-check-label) {
td {
vertical-align: middle;
&:not(.normal-lh) {
&.reduced-lh {
line-height: 1;
}