Skip to content

Commit

Permalink
fix(modal): get Bootstrap modal sizes back
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Apr 8, 2020
1 parent 5998d6a commit 7c377bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1146,10 +1146,10 @@ $modal-header-padding-y: map-get($spacers, 2) !default;
$modal-header-padding-x: map-get($spacers, 2) !default;
$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility

$modal-sm: map-get($spacers, 4) * 10 !default;
$modal-md: 43.75rem !default;
$modal-lg: $modal-md !default;
$modal-xl: $modal-md !default;
$modal-sm: 300px !default;
$modal-md: 500px !default;
$modal-lg: 800px !default;
$modal-xl: 1140px !default;

$modal-fade-transform: translate(0, -50px) !default;
$modal-show-transform: null !default;
Expand Down

0 comments on commit 7c377bc

Please sign in to comment.