Skip to content

Commit

Permalink
fix(alerts): dismissible alerts height
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 19, 2019
1 parent 3eadc6d commit a86753e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ $modal-scale-transform: scale(1.02) !default;
// Define alert colors, border radius, and padding.

$alert-padding-y: 1rem !default; // Boosted mod
$alert-padding-x: $spacer !default; // Boosted mod
$alert-padding-x: .75rem !default; // Boosted mod
$alert-padding-y-sm: map-get($spacers, 2) !default; // Boosted mod
// $alert-padding-x-sm: $alert-padding-x !default; // Boosted mod
$alert-margin-bottom: $spacer !default;
Expand Down

0 comments on commit a86753e

Please sign in to comment.