fix: alert heading style (#387)

update alert heading color and icon size in Paragon.
update paragon version in this repo.

VAN-558
This commit is contained in:
Mubbshar Anwar
2021-07-08 18:57:17 +05:00
committed by Waheed Ahmed
parent dcda095b01
commit fde7b6b193

View File

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