CSR-2066
formatting
This commit is contained in:
parent
d8c5c82876
commit
6790d97b82
3 changed files with 10 additions and 7 deletions
|
|
@ -96,7 +96,8 @@
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
v-if="
|
v-if="
|
||||||
!showCoverageAsVerified || cartItem.name === 'Recycling' ||
|
!showCoverageAsVerified ||
|
||||||
|
cartItem.name === 'Recycling' ||
|
||||||
(showCoverageAsVerified && !cartItem.isCoveredByInsurance)
|
(showCoverageAsVerified && !cartItem.isCoveredByInsurance)
|
||||||
"
|
"
|
||||||
>{{
|
>{{
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,10 @@
|
||||||
cmsWidgetName="AlertInshopPromoWidget"
|
cmsWidgetName="AlertInshopPromoWidget"
|
||||||
alertClass="alert-danger"
|
alertClass="alert-danger"
|
||||||
v-bind:isDismissible="false" />
|
v-bind:isDismissible="false" />
|
||||||
<div class="mt-4 d-flex align-items-center justify-content-between" v-for="(promoCode, i) in this.getPromoCodeList()" :key="i">
|
<div
|
||||||
|
class="mt-4 d-flex align-items-center justify-content-between"
|
||||||
|
v-for="(promoCode, i) in this.getPromoCodeList()"
|
||||||
|
:key="i">
|
||||||
<span class="applied-promo"
|
<span class="applied-promo"
|
||||||
>Promo code <span class="promo-code">{{ promoCode }}</span> applied
|
>Promo code <span class="promo-code">{{ promoCode }}</span> applied
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -357,7 +360,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.applied-promo {
|
.applied-promo {
|
||||||
font-size: .875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
color: $green;
|
color: $green;
|
||||||
|
|
@ -368,7 +371,7 @@ export default {
|
||||||
}
|
}
|
||||||
.alert {
|
.alert {
|
||||||
color: $red;
|
color: $red;
|
||||||
font-size: .875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -154,8 +154,7 @@ export async function navigateToHeritageFunnel({
|
||||||
window.sessionStorage.removeItem("createNewSessionForHeritage");
|
window.sessionStorage.removeItem("createNewSessionForHeritage");
|
||||||
}
|
}
|
||||||
|
|
||||||
router.navigateToExternalUrl(applicationConfig.HERITAGE_FUNNEL, heritageParms, callBackMethod);
|
router.navigateToExternalUrl(applicationConfig.HERITAGE_FUNNEL, heritageParms, callBackMethod);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function skipVinLookup() {
|
export async function skipVinLookup() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue