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>
|
async></component>
|
||||||
|
|
||||||
<div>
|
<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>
|
||||||
<div>
|
<div>
|
||||||
<span v-for="token in afterpayCopyTokens" :key="token">
|
<span v-for="token in afterpayCopyTokens" :key="token">
|
||||||
|
|
@ -78,9 +82,7 @@ export default {
|
||||||
return splitCMSCopyOnBR(this.getCmsContent(this.cmsWidgetName, "HeaderText"));
|
return splitCMSCopyOnBR(this.getCmsContent(this.cmsWidgetName, "HeaderText"));
|
||||||
},
|
},
|
||||||
afterpayCopyTokens() {
|
afterpayCopyTokens() {
|
||||||
return splitCopyOnCMSPlaceHolder(
|
return splitCopyOnCMSPlaceHolder(this.getCmsContent(this.cmsWidgetName, "BodyText"));
|
||||||
this.getCmsContent(this.cmsWidgetName, "BodyText")
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
modalCopy() {
|
modalCopy() {
|
||||||
return this.getCmsContent(this.cmsWidgetName, "FooterText");
|
return this.getCmsContent(this.cmsWidgetName, "FooterText");
|
||||||
|
|
@ -127,7 +129,10 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
font-family: UrbanistSemibold Arial, Helvetica, sans-serif;
|
font-family:
|
||||||
|
UrbanistSemibold Arial,
|
||||||
|
Helvetica,
|
||||||
|
sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
> div:first-of-type {
|
> div:first-of-type {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue