From 0a46bdc2ac8d965c100683b22246804643fb5c97 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 20 Nov 2024 10:50:43 -0700 Subject: [PATCH] Merge pull request #21993 from overleaf/mf-payment-page-toggle-currency [web] Create new `payment-page-toggle-currency` event on currency dropdown GitOrigin-RevId: 58d26ded8930e4ffecbb8c3af89658ca9bd2a08e --- .../stylesheets/bootstrap-5/pages/subscription.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index fab73221ea..1759fb4699 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -229,11 +229,6 @@ } } } - - hr { - margin-top: var(--spacing-08); - margin-bottom: var(--spacing-08); - } } .payment-checkout { @@ -286,6 +281,7 @@ .change-currency-toggle { padding-left: 0; + padding-bottom: 0; text-decoration: underline; color: var(--content-secondary);