CASH 1184

formatting
This commit is contained in:
Johnny shultz 2025-08-28 15:17:29 -04:00
parent 93e02b830b
commit c2b67bbf75

View file

@ -21,8 +21,12 @@
<hr class="my-3" /> <hr class="my-3" />
<div class="mobile-location-questions"> <div class="mobile-location-questions">
<div class="address-questions-container"> <div class="address-questions-container">
<textBlock cmsWidgetName="PleaseProvideAddressWidget" class="provide-address-header"/> <textBlock
<textBlock cmsWidgetName="VehicleKeysMessageWidget" class="keys-message"/> cmsWidgetName="PleaseProvideAddressWidget"
class="provide-address-header" />
<textBlock
cmsWidgetName="VehicleKeysMessageWidget"
class="keys-message" />
<mobileAddressQuestions <mobileAddressQuestions
ref="addressQuestions" ref="addressQuestions"
v-model="this.addressQuestions" v-model="this.addressQuestions"
@ -180,7 +184,7 @@ export default {
AppointmentTimeOfService() { AppointmentTimeOfService() {
return this.getCmsContent("AppointmentDateAndTime", "Text"); return this.getCmsContent("AppointmentDateAndTime", "Text");
}, },
editLink(){ editLink() {
return this.getCmsContent("EditLinkWidget", "Text"); return this.getCmsContent("EditLinkWidget", "Text");
}, },
}, },
@ -193,7 +197,7 @@ export default {
funnelSubHeader, funnelSubHeader,
Form, Form,
loadingModal, loadingModal,
textLink textLink,
}, },
}; };
</script> </script>
@ -213,19 +217,19 @@ export default {
letter-spacing: 0.03rem; letter-spacing: 0.03rem;
} }
.keys-message { .keys-message {
background-color: #FFF5EB; background-color: #fff5eb;
color: #4D5151; color: #4d5151;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
padding: 8px 16px 8px 16px; padding: 8px 16px 8px 16px;
min-height: 58.5px; min-height: 58.5px;
line-height:26px; line-height: 26px;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border-radius: 5px; border-radius: 5px;
letter-spacing:0; letter-spacing: 0;
} }
.date-time-edit { .date-time-edit {
display: flex; display: flex;