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