app/assets/sass/_bootstrap-config.scss: Fix form input background and label font weigth.
This commit is contained in:
parent
04dcc61a85
commit
10956443e6
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue