Skip to content

Commit

Permalink
feat(alerts): reduce spacing around icon in alert-sm
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 19, 2019
1 parent 4fd768b commit cd7bd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
width: alert-logo-size("sm");
min-width: alert-logo-size("sm");
height: alert-logo-size("sm");
margin-right: map-get($spacers, 2);
margin-right: alert-logo-size("sm") / 2;
}

&.alert-dismissible .close {
Expand Down

0 comments on commit cd7bd6c

Please sign in to comment.