Skip to content

Commit

Permalink
styles: Fix background of input elements #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 28, 2024
1 parent 3bd2b0d commit 82a9b96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/jsorolla-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ $dropdown-item-padding-y: 0.25 * $spacer;
$dropdown-header-padding-x: 0px; // $dropdown-item-padding-x;
$dropdown-header-padding-y: $dropdown-item-padding-y;

// custom configuration for form components
// https://getbootstrap.com/docs/5.3/forms/form-control/#sass-variables
$input-bg: $white;

// import all bootstrap
@import "../node_modules/bootstrap/scss/bootstrap";

Expand Down

0 comments on commit 82a9b96

Please sign in to comment.