Merge pull request #692 from Safelite/SSR-1201-qa-updates-2
CSR-1201-misc qa updates.
This commit is contained in:
commit
3ad9a9b734
6 changed files with 15 additions and 10 deletions
|
|
@ -332,6 +332,14 @@ export default {
|
|||
padding-bottom: map-get($spacers, 2);
|
||||
}
|
||||
}
|
||||
|
||||
&.provider-preference {
|
||||
.question-text {
|
||||
span {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.question-text {
|
||||
margin-top: 1.5rem;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
class="subheader-secondary d-flex align-items-center overflow-hidden"
|
||||
:class="[justifySubheader, subHeaderClasses]">
|
||||
<p
|
||||
class="fw-normal"
|
||||
class="fw-bold dark-header"
|
||||
:class="[alternateFormatting, subTextClasses]">
|
||||
<span v-html="subText"> </span>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6 col-xl-4 px-5">
|
||||
<div class="col-md-6 col-xl-4">
|
||||
<siteSubHeader
|
||||
id="sub-header"
|
||||
ref="siteSubHeader"
|
||||
|
|
|
|||
|
|
@ -333,11 +333,11 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
$page-side-padding: 1.5rem;
|
||||
|
||||
.main-content-container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.page-container-grouped-styles {
|
||||
overflow: auto;
|
||||
|
||||
.main-content-container {
|
||||
padding: 0 1.5rem !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ ref="theForm"
|
|||
<buttonQuestion
|
||||
ref="buttonQuestion"
|
||||
v-model="selectedProvider"
|
||||
class="provider-preference"
|
||||
questionText="Select an option:"
|
||||
:answers="prefAnswers"
|
||||
groupName="prefQuestions"
|
||||
|
|
|
|||
|
|
@ -521,10 +521,6 @@ $page-side-padding: 1.5rem;
|
|||
|
||||
.fade-on-route-transition {
|
||||
overflow: auto;
|
||||
|
||||
.main-content-container {
|
||||
padding: 0 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.question-text {
|
||||
|
|
|
|||
Loading…
Reference in a new issue