Skip to content

Commit

Permalink
add variable reflecting bootstrap card variables
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkanai committed Aug 31, 2022
1 parent 1825645 commit 74ff4bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scss/_variables.scss
Expand Up @@ -382,6 +382,9 @@ $btn-border-radius: $border-radius !default;
//cards
$card-title-spacer-y: 1.25rem !default;

$card-bg: inherit !default;
$card-color: inherit !default;

$card-border-width: $border-width !default;
$card-border-color: $border-color-transparent !default;
$card-border-radius: $border-radius !default;
Expand Down

0 comments on commit 74ff4bb

Please sign in to comment.