Skip to content

Commit

Permalink
docs(callout): drop custom color for h4
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 9, 2020
1 parent 80320ae commit ba019fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/assets/scss/_callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
margin-bottom: .25rem;
}

p:last-child {
p:last-child,
.highlight:last-child {
margin-bottom: 0;
}

Expand All @@ -31,8 +32,6 @@
@mixin bs-callout-variant($color) {
background-color: tint-color($color, 11); // Boosted mod
border-left-color: $color; // Boosted mod

h4 { color: shade-color($color, 2); }
}

.bd-callout-info { @include bs-callout-variant($bd-info); }
Expand Down

0 comments on commit ba019fc

Please sign in to comment.