From 49c9a2ac70e8db453fabe81169c5eeda3199412f Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 24 Sep 2013 09:11:23 -0500 Subject: [PATCH] alert margins --- scss/ionic/_alerts.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/scss/ionic/_alerts.scss b/scss/ionic/_alerts.scss index 45ecfbd26f..50b6e63520 100644 --- a/scss/ionic/_alerts.scss +++ b/scss/ionic/_alerts.scss @@ -3,7 +3,6 @@ // -------------------------------------------------- .alert { - margin-bottom: $line-height-base; padding: 8px 35px 8px 14px; border: 1px solid $warning-border; background-color: $warning-bg; @@ -11,8 +10,6 @@ } .alert, .alert h4 { - margin: 0; - // Specified for the h4 to prevent conflicts of changing $headingsColor color: $warning-text; }