styling change
This commit is contained in:
parent
cb216673ad
commit
894511555c
1 changed files with 2 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue