commit
This commit is contained in:
parent
dac63255f1
commit
6b44953d58
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<template>
|
||||
<div class="row" :style="`padding-bottom: ${paddingHeight}px`"></div>
|
||||
<div class="row"><img id="siteFooterImage" class="footer container-fluid fixed-bottom g-5 bg-light py-4" :src="footerImageURL" />
|
||||
</div>
|
||||
<footer class="footer container-fluid fixed-bottom g-5 bg-light py-4" id="infoBox">
|
||||
<div class="row d-flex flex-row-reverse align-items-center vw-100">
|
||||
<div class="col button-col d-flex" id="stacked">
|
||||
|
|
@ -73,6 +75,10 @@ export default {
|
|||
? this.customButtontext
|
||||
: this.getCmsContent(this.cmsWidgetName, "ForwardButtonText");
|
||||
},
|
||||
footerImageURL()
|
||||
{
|
||||
return this.getCmsContent(this.cmsWidgetName, "FooterImageURL");
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
onResize() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue