Merge pull request #22139 from overleaf/mf-add-paypal-disclaimer

[web] Add paypal disclaimer text above submit button

GitOrigin-RevId: d31ae6cd38e5244613c27f18a9f04bc9cd322dd5
This commit is contained in:
M Fahru 2024-11-27 09:50:12 -07:00 committed by Copybot
parent 6f0b839354
commit a623faf260

View file

@ -253,6 +253,12 @@
@include body-sm;
}
.paypal-disclaimer {
@include body-sm;
margin: var(--spacing-05) 0 0 0;
}
.form-group {
&:not(.payment-method-toggle) {
margin-bottom: var(--spacing-05);