From fde7b6b1931c2db3c404e5c35c8ce868118faa40 Mon Sep 17 00:00:00 2001 From: Mubbshar Anwar <78487564+mubbsharanwar@users.noreply.github.com> Date: Thu, 8 Jul 2021 18:57:17 +0500 Subject: [PATCH] fix: alert heading style (#387) update alert heading color and icon size in Paragon. update paragon version in this repo. VAN-558 --- src/redesign/_style.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/redesign/_style.scss b/src/redesign/_style.scss index fa684c52..bfae884c 100644 --- a/src/redesign/_style.scss +++ b/src/redesign/_style.scss @@ -630,10 +630,6 @@ select.form-control { .email-error-alert { padding: 0.5rem 1rem; - .alert-icon { - margin-top: 3px; - } - .alert-close { float: right; @@ -715,3 +711,9 @@ select.form-control { margin-top: 5rem; } } + +.alert { + p:last-child { + margin-bottom: 0; + } +}