From 1c10059c0a292748617380c8eacf38eab25dc43f Mon Sep 17 00:00:00 2001 From: M Fahru Date: Thu, 14 Nov 2024 09:20:17 -0700 Subject: [PATCH] Merge pull request #21850 from overleaf/ds-payment-disclaimer-text Checkout Redesign - Adding money back disclaimer text GitOrigin-RevId: 5d5190c8fe8d1dd5254cc21498baa12d0bf18a4e --- .../frontend/stylesheets/bootstrap-5/pages/subscription.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index 83ec9293e1..6c96903b68 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -204,6 +204,10 @@ } } } + + .price-cancel-anytime { + @include body-xs; + } } hr {