CASH-1437: fix #11 for afterpay block
This commit is contained in:
parent
f269a7839d
commit
2fa317639d
1 changed files with 6 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
|||
<span v-else>{{ getInlineAltText(token) }}</span>
|
||||
</span>
|
||||
<span v-else v-html="token"></span>
|
||||
<span class="nbsp"> </span>
|
||||
</span>
|
||||
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue