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