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; + } +}