From d0c2a82ea863ad2b0612ebff99763e6558693553 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Dec 2014 17:49:35 -0800 Subject: Use .alert-heading instead of hardcoding

--- scss/_alert.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/_alert.scss b/scss/_alert.scss index 685ca314b..f45114e85 100644 --- a/scss/_alert.scss +++ b/scss/_alert.scss @@ -13,9 +13,9 @@ @include border-radius($alert-border-radius); // Headings for larger alerts - h4 { + .alert-heading { margin-top: 0; - // Specified for the h4 to prevent conflicts of changing $headings-color + // Specified to prevent conflicts of changing $headings-color color: inherit; } // Provide class for links that match alerts -- cgit v1.2.3