CASH-955: Add copy to Afterpay calculator
This commit is contained in:
parent
1e4ee3d544
commit
a736f93954
2 changed files with 9 additions and 0 deletions
|
|
@ -82,6 +82,8 @@
|
||||||
<span>Amount Due</span>
|
<span>Amount Due</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p>6 or 12 monthly payment plans available</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -208,6 +210,12 @@ export default {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
|
> p {
|
||||||
|
padding-top: 1rem;
|
||||||
|
font-size: $font-size-12;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.payment-section {
|
.payment-section {
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,7 @@ $font-family-base: $font-family-sans-serif;
|
||||||
$font-family-code: $font-family-monospace;
|
$font-family-code: $font-family-monospace;
|
||||||
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
|
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
|
||||||
|
|
||||||
|
$font-size-12: $font-size-base * 0.75; // 12px
|
||||||
$font-size-20: $font-size-base * 1.25; // 20px
|
$font-size-20: $font-size-base * 1.25; // 20px
|
||||||
|
|
||||||
//Custom Font size (extra small)
|
//Custom Font size (extra small)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue