Moved promo link into cart and did some restyling to ensure matching to figma
This commit is contained in:
parent
0be1ed3a94
commit
a34e45b179
2 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="cart mb-5">
|
||||
<div class="px-0">
|
||||
<div class="cart">
|
||||
<div >
|
||||
<div
|
||||
class="row vin-toggle flex align-items-center"
|
||||
class="row vin-toggle flex align-items-center py-4"
|
||||
:class="[isExpanded ? 'expanded' : '']"
|
||||
@click="toggleIsExpanded()">
|
||||
<div class="col d-flex justify-content-between">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<span>{{ noPiaDisclaimer }}</span>
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
<hr class="my-0" />
|
||||
|
||||
<cart
|
||||
:damage="damageInfo"
|
||||
|
|
@ -29,14 +29,14 @@
|
|||
servicePackageOptionsCmsName="ServicePackageTitle"
|
||||
recyclingModalCmsWidgetName="RecycleModal" />
|
||||
|
||||
<hr class="my-5" />
|
||||
<promoModalQuestion
|
||||
class="pb-3"
|
||||
<promoModalQuestion
|
||||
v-model="lineItems"
|
||||
:availableVaps="availableVaps"
|
||||
linkWidgetName="PromoLinkWidget"
|
||||
modalWidgetName="PromoModalWidget" />
|
||||
|
||||
<hr class="mt-5 mb-0" />
|
||||
|
||||
<div>
|
||||
<alert
|
||||
ref="piaErrorAlert"
|
||||
|
|
|
|||
Loading…
Reference in a new issue