Prettified

This commit is contained in:
Leah Schumann 2023-11-07 07:10:16 -05:00
parent 1078b46450
commit 23b03a8118

View file

@ -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 {