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:
committed by
Waheed Ahmed
parent
dcda095b01
commit
fde7b6b193
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user