styling fixes WIP
This commit is contained in:
parent
6d827e3f65
commit
d552915d28
1 changed files with 10 additions and 13 deletions
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
<div
|
||||
ref="secondaryText"
|
||||
class="text-center mt-4 fw-bold text-black"
|
||||
class="text-center mt-4 mb-1 fw-bold text-black"
|
||||
v-html="secondaryText">
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
<div
|
||||
v-if="displayQuote"
|
||||
class="d-flex justify-content-center cost mb-5">
|
||||
class="d-flex justify-content-center cost mb-0">
|
||||
{{ formattedServicePrice }}
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -68,8 +68,8 @@
|
|||
</div>
|
||||
<buttonQuestion
|
||||
v-if="displayQuote"
|
||||
id="coverage-button-question"
|
||||
v-model="selectedProvider"
|
||||
class="coverage-button-question"
|
||||
cmsWidgetName="ServiceProviderQuestion"
|
||||
:questionText="questionText"
|
||||
:answers="answersFromCms"
|
||||
|
|
@ -429,20 +429,17 @@ export default {
|
|||
color: $green;
|
||||
font-size: 32px;
|
||||
font-weight: 300;
|
||||
margin-bottom: 24px;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
#coverage-button-question {
|
||||
.question-text {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.question-text > span {
|
||||
text-align: left;
|
||||
line-height: 24px;
|
||||
}
|
||||
.coverage-button-question {
|
||||
.question-text {
|
||||
margin-bottom: 8px;
|
||||
& > span {
|
||||
text-align: left !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.deductible-modal {
|
||||
p {
|
||||
margin-bottom: 0px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue