styling WIP
This commit is contained in:
parent
d552915d28
commit
7a3e99d68c
1 changed files with 22 additions and 19 deletions
|
|
@ -66,17 +66,19 @@
|
|||
class="body-text"
|
||||
v-html="nextStepsBody">
|
||||
</div>
|
||||
<buttonQuestion
|
||||
v-if="displayQuote"
|
||||
v-model="selectedProvider"
|
||||
class="coverage-button-question"
|
||||
cmsWidgetName="ServiceProviderQuestion"
|
||||
:questionText="questionText"
|
||||
:answers="answersFromCms"
|
||||
buttonTypeString="listButton"
|
||||
isRequired
|
||||
:validationRules="rules.selectionRequired">
|
||||
</buttonQuestion>
|
||||
<div
|
||||
class="button-wrapper">
|
||||
<buttonQuestion
|
||||
v-if="displayQuote"
|
||||
v-model="selectedProvider"
|
||||
cmsWidgetName="ServiceProviderQuestion"
|
||||
:questionText="questionText"
|
||||
:answers="answersFromCms"
|
||||
buttonTypeString="listButton"
|
||||
isRequired
|
||||
:validationRules="rules.selectionRequired">
|
||||
</buttonQuestion>
|
||||
</div>
|
||||
</div>
|
||||
<siteFooter
|
||||
ref="siteFooter"
|
||||
|
|
@ -432,21 +434,22 @@ export default {
|
|||
line-height: 44px;
|
||||
}
|
||||
|
||||
.coverage-button-question {
|
||||
.question-text {
|
||||
margin-bottom: 8px;
|
||||
& > span {
|
||||
text-align: left !important;
|
||||
}
|
||||
.question-text {
|
||||
& > span {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.deductible-modal {
|
||||
p {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
h5.mb-4 {
|
||||
color: black;
|
||||
}
|
||||
.modal-body p:last-child {
|
||||
font-size: 16px;
|
||||
font-size: 16px !important;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue