styling change

This commit is contained in:
Katie Kroell 2024-01-31 15:48:21 -05:00
parent cb216673ad
commit 894511555c

View file

@ -15,9 +15,9 @@
class="mb-4"
cmsWidgetName="VehicleBannerWidget"
:displayGenericVehicleImage="false" />
<div class="tpa-header text-center text-color--black pb-2 fs-5">
<div class="text-center text-color--black pb-2 fs-5">
<img :src="tpaConfirmationImage" />
<span v-html="tpaConfirmationHeaderText"></span>
<span class="ms-2" v-html="tpaConfirmationHeaderText"></span>
</div>
<div class="text-center text-color--black mb-3 fw-bold">
<span v-html="tpaConfirmationSubheaderText"></span>
@ -216,12 +216,6 @@ export default {
color: $black;
}
.tpa-header {
span {
margin-left: map-get($spacers, 2);
}
}
.tpa-body-one {
:deep(p) {
line-height: map-get($spacers, 5);