CASH-2112 add text block

This commit is contained in:
Adam Caouette 2026-01-16 11:06:06 -05:00
parent 0c4af72ab3
commit fa036d7b11

View file

@ -36,6 +36,10 @@
:isItac="isItac"
:isNoComp="isNoComp"
:isCollapsible="false" />
<textBlock
class="payment-disclaimer"
marginTopSizeOverride=0
cmsWidgetName="PaymentDisclaimerWidget" />
</div>
</div>
@ -56,6 +60,7 @@ import funnelHeader from "@/fmg-components/funnel-header/funnel-header";
import navbar from "@/fmg-components/nav-bar/nav-bar";
import funnelSubHeader from "@/fmg-components/funnel-sub-header/funnel-sub-header";
import alert from "@/ux-components/alert/alert";
import textBlock from "@/digital-components/text-block/text-block";
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
import { settleAllPromises } from "@/helpers/layout-helper";
@ -645,6 +650,7 @@ export default {
navbar,
cart,
alert,
textBlock,
},
};
</script>
@ -671,5 +677,10 @@ export default {
margin: 0 0.5rem;
}
}
.payment-disclaimer p {
font-size: 0.875rem;
line-height: 1.2;
}
}
</style>