From e19e5ae29aad349966316f60fe9c7cd2bad71e52 Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Fri, 23 Aug 2024 09:29:14 +0100 Subject: [PATCH] Interstitial Page - Adding geo banners for India and latin america (#20046) * adding geo banners on interstitial page * adding a new class .interstitial-new-design-content-spacing to match the spacing of 13 GitOrigin-RevId: 0b72f321356a899f02efcf4bd2719d7762e7b524 --- .../frontend/stylesheets/app/plans/plans-new-design.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/plans/plans-new-design.less b/services/web/frontend/stylesheets/app/plans/plans-new-design.less index 99287dd200..f4045e8e90 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -30,6 +30,10 @@ .plans-new-design-content-spacing { margin-top: var(--spacing-16); } + + .interstitial-new-design-content-spacing { + margin-top: var(--spacing-13); + } } .main-heading-section { text-align: center; @@ -1090,7 +1094,7 @@ } .plans-new-design.plans-interstitial-new-design { - padding-top: calc(var(--spacing-13) + var(--header-height)); + padding-top: var(--header-height); padding-bottom: var(--spacing-09); .plans-interstitial-new-content {