CASH-1437: fix #11 for afterpay block

This commit is contained in:
AdamCaouetteSafelite 2025-09-09 07:59:57 -04:00
parent f269a7839d
commit 2fa317639d

View file

@ -20,8 +20,8 @@
<span v-else>{{ getInlineAltText(token) }}</span>
</span>
<span v-else v-html="token"></span>
<span class="nbsp">&nbsp;</span>
</span>
&nbsp;
<a
id="afterpay-learnmore"
href="#"
@ -139,7 +139,7 @@ export default {
line-height: 2rem;
@include media-breakpoint-down(md) {
border-bottom: 1px solid;
padding-bottom: 1rem;
padding-bottom: .5rem;
width: 100%;
justify-content: center;
@ -170,4 +170,8 @@ export default {
font-size: 0.875rem;
}
}
#afterpay-learnmore {
font-weight: 600;
font-size: 0.875rem;
}
</style>