From b24b6f0f959d235d9c75b531d5e3cce8b9089999 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Fri, 29 Nov 2024 07:52:39 -0700 Subject: [PATCH] Merge pull request #21834 from overleaf/mf-checkout-redesign-3d-secure [web] New checkout page redesign 3d secure implementation GitOrigin-RevId: ad93fc8a50b1567293cc30fee014eaaab1fb0fa5 --- services/web/frontend/stylesheets/app/subscription.less | 3 +-- .../stylesheets/bootstrap-5/pages/subscription.scss | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/subscription.less b/services/web/frontend/stylesheets/app/subscription.less index f473879c53..85dbabb630 100644 --- a/services/web/frontend/stylesheets/app/subscription.less +++ b/services/web/frontend/stylesheets/app/subscription.less @@ -85,8 +85,7 @@ text-transform: capitalize; } -.three-d-secure-container, -.three-d-secure-container--react { +.three-d-secure-container { > .three-d-secure-recurly-container { height: 400px; diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index a6859f222b..9b5c4dff95 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -371,3 +371,9 @@ color: var(--link-web); } } + +.three-d-secure-container { + > .three-d-secure-recurly-container { + height: 400px; + } +}