Merge pull request #1080 from Safelite/feature/humphries/INSR-7752.2

INSR-8457: Adjust spacing to account for change to subheader. Update colors for alert-danger icons
This commit is contained in:
AHumphriesSL 2026-02-16 11:16:16 -05:00 committed by GitHub
commit 2a48b4359f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 4 deletions

View file

@ -14,9 +14,11 @@
ref="siteSubHeader"
cmsWidgetName="SiteSubHeaderWidget"
class="mt-4" />
<customerQuestions
ref="customerQuestions"
v-model="customerQuestions" />
<div class="mt-4">
<customerQuestions
ref="customerQuestions"
v-model="customerQuestions" />
</div>
<alert
v-if="displayVinNotFoundAlert"
ref="alertVinNotFound"

View file

@ -218,6 +218,7 @@ $alert-yellow-bg: #fef6e8;
$alert-yellow-color: #e86421;
$alert-red-bg: #fbe9e8;
$alert-red-color: $red;
$alert-red-icon: #da291c;
//Modal animation
// This affects all [Bootstrap] modals

View file

@ -355,7 +355,7 @@ export default {
border-top-color: $alert-red-color;
}
svg {
fill: $red;
fill: $alert-red-icon;
width: 1rem;
height: 1rem;
}