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