Merge pull request #1496 from Safelite/CSR-1722-fix-font-weight-and-line-height

CSR-1722 fix font weight and spacing issues.
This commit is contained in:
bmauger 2023-11-07 14:37:22 -05:00 committed by GitHub
commit 1298f8807a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template> <template>
<div class="cart mb-4"> <div class="cart mb-5">
<div class="px-0"> <div class="px-0">
<div <div
class="row vin-toggle flex align-items-center" class="row vin-toggle flex align-items-center"
@ -33,7 +33,6 @@
</div> </div>
<!-- Nonpackaged Cart Items --> <!-- Nonpackaged Cart Items -->
<hr style="background: red" />
<div <div
class="premium-appt-cart-item" class="premium-appt-cart-item"
v-for="(cartItem, i) in nonpackageCartItems" 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> </style>

View file

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

View file

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