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>
|
||||
</div>
|
||||
|
||||
<div v-if="premiumAppointmentDiscountCartItem">
|
||||
<div v-if="premiumAppointmentDiscountCartItem" class="premium-appt-cart-item">
|
||||
<span>{{ premiumAppointmentDiscountCartItem.name }}</span>
|
||||
<textLink
|
||||
v-if="allowItemRemoval"
|
||||
|
|
@ -739,6 +739,9 @@ export default {
|
|||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
a {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
}
|
||||
.package-type,
|
||||
.service-type {
|
||||
|
|
|
|||
Loading…
Reference in a new issue