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