INSR-8457: Adjust spacing to account for change to subheader. Update colors for alert-danger icons
This commit is contained in:
parent
1f690985a0
commit
01148a74ab
3 changed files with 7 additions and 4 deletions
|
|
@ -14,9 +14,11 @@
|
||||||
ref="siteSubHeader"
|
ref="siteSubHeader"
|
||||||
cmsWidgetName="SiteSubHeaderWidget"
|
cmsWidgetName="SiteSubHeaderWidget"
|
||||||
class="mt-4" />
|
class="mt-4" />
|
||||||
<customerQuestions
|
<div class="mt-4">
|
||||||
ref="customerQuestions"
|
<customerQuestions
|
||||||
v-model="customerQuestions" />
|
ref="customerQuestions"
|
||||||
|
v-model="customerQuestions" />
|
||||||
|
</div>
|
||||||
<alert
|
<alert
|
||||||
v-if="displayVinNotFoundAlert"
|
v-if="displayVinNotFoundAlert"
|
||||||
ref="alertVinNotFound"
|
ref="alertVinNotFound"
|
||||||
|
|
|
||||||
|
|
@ -218,6 +218,7 @@ $alert-yellow-bg: #fef6e8;
|
||||||
$alert-yellow-color: #e86421;
|
$alert-yellow-color: #e86421;
|
||||||
$alert-red-bg: #fbe9e8;
|
$alert-red-bg: #fbe9e8;
|
||||||
$alert-red-color: $red;
|
$alert-red-color: $red;
|
||||||
|
$alert-red-icon: #da291c;
|
||||||
|
|
||||||
//Modal animation
|
//Modal animation
|
||||||
// This affects all [Bootstrap] modals
|
// This affects all [Bootstrap] modals
|
||||||
|
|
|
||||||
|
|
@ -355,7 +355,7 @@ export default {
|
||||||
border-top-color: $alert-red-color;
|
border-top-color: $alert-red-color;
|
||||||
}
|
}
|
||||||
svg {
|
svg {
|
||||||
fill: $red-600;
|
fill: $alert-red-icon;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue