CSR-1722 fix font weight and spacing issues.

This commit is contained in:
Bryan Mauger 2023-11-07 14:17:48 -05:00
parent 89c53d49ac
commit f51817033d
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="cart mb-4">
<div class="cart mb-5">
<div class="px-0">
<div
class="row vin-toggle flex align-items-center"
@ -33,7 +33,6 @@
</div>
<!-- Nonpackaged Cart Items -->
<hr style="background: red" />
<div
class="premium-appt-cart-item"
v-for="(cartItem, i) in nonpackageCartItems"
@ -802,4 +801,12 @@ export default {
}
}
}
.payment-method-question {
.question-text {
margin: 1rem 0 0.5rem 0;
}
span {
line-height: 24px;
}
}
</style>

View file

@ -77,6 +77,7 @@ export default {
.payment-method-question {
.question-text span {
text-align: left;
line-height: 24px;
}
}
</style>

View file

@ -30,7 +30,7 @@
@cart-remove="cartRemove"
recyclingModalCmsWidgetName="RecycleModal" />
<hr />
<hr class="my-5"/>
<div>
<alert