Archived
1
0
Fork 0

app/assets/sass/_bootstrap-config.scss: Fix form input background and label font weigth.

This commit is contained in:
Henrik Hautakoski 2022-08-02 12:51:18 +02:00
parent 04dcc61a85
commit 10956443e6

View file

@ -55,3 +55,10 @@ $table-cell-padding-x-sm: .23rem;
$table-striped-bg: $gray-100;
$table-hover-bg: $gray-200;
// ----------------------------------
// Form
// ----------------------------------
$input-bg: white;
$form-label-font-weight: bold;