From 8a8142414afbd5d58d113d66efd8e6bcd5fa9489 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 18 Nov 2024 14:02:20 -0700 Subject: [PATCH] Merge pull request #21915 from overleaf/as-checkout-address-fields Add checkout redesign address fields GitOrigin-RevId: c51c8ce32e0b33da8c768f61c6ce6170afec817e --- .../bootstrap-5/pages/subscription.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index 610797a9d3..07b642f5be 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -302,3 +302,17 @@ } } } + +.address2-button { + text-decoration: none; + padding: 0; + + :hover { + text-decoration: underline; + } + + .button-content { + justify-content: flex-start; + color: var(--link-web); + } +}