From 10956443e6b053f5da358f50d75707c2e5203d31 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 2 Aug 2022 12:51:18 +0200 Subject: [PATCH] app/assets/sass/_bootstrap-config.scss: Fix form input background and label font weigth. --- app/assets/sass/_bootstrap-config.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/sass/_bootstrap-config.scss b/app/assets/sass/_bootstrap-config.scss index 1b97667..5e408e7 100644 --- a/app/assets/sass/_bootstrap-config.scss +++ b/app/assets/sass/_bootstrap-config.scss @@ -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;