Skip to content

Commit

Permalink
styles: Fix styles for card components #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 29, 2024
1 parent ceb9933 commit e428cdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/jsorolla-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ $body-bg: $gray-50;
$border-color: $gray-200;
$border-width: 1px;

// custom card configuration
// https://getbootstrap.com/docs/5.3/components/card/#sass-variables
$card-bg: $white;
$card-cap-bg: $white;

// custom configuration for dropdowns
// https://getbootstrap.com/docs/5.3/components/dropdowns/#sass-variables
$dropdown-bg: $white;
Expand Down

0 comments on commit e428cdd

Please sign in to comment.