CASH-1163 format code.
This commit is contained in:
parent
55238e0c31
commit
2fcefc104e
1 changed files with 10 additions and 5 deletions
|
|
@ -6,7 +6,11 @@
|
|||
async></component>
|
||||
|
||||
<div>
|
||||
<span class="callout" v-for="token in headerCopyTokens" :key="token" v-html="token"></span>
|
||||
<span
|
||||
class="callout"
|
||||
v-for="token in headerCopyTokens"
|
||||
:key="token"
|
||||
v-html="token"></span>
|
||||
</div>
|
||||
<div>
|
||||
<span v-for="token in afterpayCopyTokens" :key="token">
|
||||
|
|
@ -78,9 +82,7 @@ export default {
|
|||
return splitCMSCopyOnBR(this.getCmsContent(this.cmsWidgetName, "HeaderText"));
|
||||
},
|
||||
afterpayCopyTokens() {
|
||||
return splitCopyOnCMSPlaceHolder(
|
||||
this.getCmsContent(this.cmsWidgetName, "BodyText")
|
||||
);
|
||||
return splitCopyOnCMSPlaceHolder(this.getCmsContent(this.cmsWidgetName, "BodyText"));
|
||||
},
|
||||
modalCopy() {
|
||||
return this.getCmsContent(this.cmsWidgetName, "FooterText");
|
||||
|
|
@ -127,7 +129,10 @@ export default {
|
|||
}
|
||||
|
||||
.callout {
|
||||
font-family: UrbanistSemibold Arial, Helvetica, sans-serif;
|
||||
font-family:
|
||||
UrbanistSemibold Arial,
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
> div:first-of-type {
|
||||
|
|
|
|||
Loading…
Reference in a new issue