Skip to content

Commit

Permalink
fix(alerts): ensure icon is properly sized
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jul 20, 2020
1 parent 2d1f33a commit d10ed1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
height: $alert-logo-size;
content: "";
background-repeat: no-repeat;
background-size: $alert-logo-size;
}
}

Expand All @@ -108,6 +109,7 @@

&::before {
height: $alert-logo-size-sm;
background-size: $alert-logo-size-sm;
}
}

Expand Down

0 comments on commit d10ed1a

Please sign in to comment.