From 8facb017ed746b86a48d1274d542b9b79f431d2f Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 20 Nov 2024 10:38:38 -0700 Subject: [PATCH] Merge pull request #21986 from overleaf/ds-checkout-redesign-tooltip-size Checkout redesign - Reducing the size of tooltip on checkout redesign page GitOrigin-RevId: 5bec7be4beccc153e4fc1d3ab20626cee9364750 --- .../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 11ae9088a6..9f29043915 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -244,6 +244,10 @@ width: 100%; } + .address-line-1-tooltip { + font-size: var(--font-size-03); + } + h1 { @include heading-md; }