Prettified
This commit is contained in:
parent
1078b46450
commit
23b03a8118
1 changed files with 4 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
><span>{{ currencyFormatter.format(mobileFeeCartItem.subTotal) }}</span>
|
><span>{{ currencyFormatter.format(mobileFeeCartItem.subTotal) }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="premiumAppointmentDiscountCartItem">
|
<div v-if="premiumAppointmentDiscountCartItem" class="premium-appt-cart-item">
|
||||||
<span>{{ premiumAppointmentDiscountCartItem.name }}</span>
|
<span>{{ premiumAppointmentDiscountCartItem.name }}</span>
|
||||||
<textLink
|
<textLink
|
||||||
v-if="allowItemRemoval"
|
v-if="allowItemRemoval"
|
||||||
|
|
@ -739,6 +739,9 @@ export default {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
font-size: 0.875rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.package-type,
|
.package-type,
|
||||||
.service-type {
|
.service-type {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue