Skip to content

Commit

Permalink
fix(modal): missing variable after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 16, 2019
1 parent 2f3a496 commit 4febaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@ $modal-content-bg: $white !default;
$modal-content-border-color: $black !default;
$modal-content-border-width: $border-width !default;
$modal-content-border-radius: $border-radius-lg !default;
$modal-content-inner-border-radius: null !default;
$modal-content-box-shadow-xs: null !default;
$modal-content-box-shadow-sm-up: null !default;

Expand Down

0 comments on commit 4febaa6

Please sign in to comment.