Revert "WIP uncomment lines at end of testing."

This reverts commit b0377459d5.
This commit is contained in:
Bryan Mauger 2024-06-25 10:31:12 -04:00
parent f2f8c2bead
commit 60a63891df

View file

@ -53,8 +53,13 @@
<textBlock cmsWidgetName="CallOrTextWidget" justifyText="left" /> <textBlock cmsWidgetName="CallOrTextWidget" justifyText="left" />
<hr class="my-5" /> <hr class="my-5" />
<div class="d-flex flex-row checkbox-group"> <div class="d-flex flex-row checkbox-group">
<checkboxQuestion class="mb-5" v-model="isRecalAckOptIn" /> <checkboxQuestion
<textBlock cmsWidgetName="RecalConfirmationWidget" justifyText="left" @text-link-clicked="openModal" /> class="mb-5"
v-model="isRecalAckOptIn" />
<textBlock
cmsWidgetName="RecalConfirmationWidget"
justifyText="left"
@text-link-clicked="openModal" />
</div> </div>
</div> </div>
@ -79,7 +84,10 @@
@back-clicked="backButtonAction" @back-clicked="backButtonAction"
@ForwardClicked="forwardButtonAction" /> @ForwardClicked="forwardButtonAction" />
<contentGroupModal ref="RecalModal" cmsWidgetName="RecalModal" /> <contentGroupModal
ref="RecalModal"
cmsWidgetName="RecalModal"
class="recal-modal" />
</div> </div>
</div> </div>
</div> </div>
@ -728,18 +736,20 @@ export default {
margin: 0; margin: 0;
} }
.payment-method { .payment-method {
:deep(.modal-body) { .recal-modal {
display: flex; :deep(.modal-body) {
flex-direction: column; display: flex;
h5 { flex-direction: column;
text-align: center; h5 {
order: 1; text-align: center;
} order: 1;
p { }
order: 3 p {
} order: 3
img { }
order: 2; img {
order: 2;
}
} }
} }
} }