Merge pull request #2606 from Safelite/feature/CASH-955
Feature/CASH-955
This commit is contained in:
commit
488af6a24b
2 changed files with 9 additions and 0 deletions
|
|
@ -82,6 +82,8 @@
|
|||
<span>Amount Due</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>6 or 12 monthly payment plans available</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -208,6 +210,12 @@ export default {
|
|||
overflow: hidden;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
|
||||
> p {
|
||||
padding-top: 1rem;
|
||||
font-size: $font-size-12;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.payment-section {
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ $font-family-base: $font-family-sans-serif;
|
|||
$font-family-code: $font-family-monospace;
|
||||
$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
|
||||
|
||||
//Custom Font size (extra small)
|
||||
|
|
|
|||
Loading…
Reference in a new issue