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:
commit
1298f8807a
3 changed files with 11 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ export default {
|
|||
.payment-method-question {
|
||||
.question-text span {
|
||||
text-align: left;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
@cart-remove="cartRemove"
|
||||
recyclingModalCmsWidgetName="RecycleModal" />
|
||||
|
||||
<hr />
|
||||
<hr class="my-5" />
|
||||
|
||||
<div>
|
||||
<alert
|
||||
|
|
|
|||
Loading…
Reference in a new issue