Improved styling for orderdetails edit.

This commit is contained in:
Jan Böhmer 2019-08-30 14:40:02 +02:00
parent 8c6342bffe
commit b1b492171d
3 changed files with 17 additions and 12 deletions

View file

@ -620,6 +620,10 @@ BS 4 overrides
}
}
.form-group > label {
font-weight: bold;
}
label:not(.form-check-label, custom-control-label) {
font-weight: bold;
}