From a623faf260e225e2b8e38c3ee25b8a25ac6481e7 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 27 Nov 2024 09:50:12 -0700 Subject: [PATCH] Merge pull request #22139 from overleaf/mf-add-paypal-disclaimer [web] Add paypal disclaimer text above submit button GitOrigin-RevId: d31ae6cd38e5244613c27f18a9f04bc9cd322dd5 --- .../stylesheets/bootstrap-5/pages/subscription.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index beb34569a3..a6859f222b 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -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);