From 8e602b6ec669041e41d37dbd03bfd982dee59e07 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 20 Aug 2024 11:43:25 -0700 Subject: [PATCH] Merge pull request #20027 from overleaf/mf-fix-mobile-group-cta [web][new plans page] Fix mobile group CTA href GitOrigin-RevId: ce4893d6a11b570cf7186909a23bc9c0e0c7e175 --- .../app/plans/plans-new-design.less | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) 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 c8676ba922..99287dd200 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -801,24 +801,13 @@ } } - .plans-card-cta-container-monthly-annual { + .plans-card-cta-container { margin-top: var(--spacing-08); - .plans-card-cta-buttons-container { - a:nth-child(2) { - margin-top: var(--spacing-04); - } + + .btn-block + .btn-block { + margin-top: var(--spacing-04); } } - - .group-members-picker-container-mobile { - margin-top: var(--spacing-08); - } - - .plans-card-cta-buy-now-mobile { - width: 100%; - margin-top: var(--spacing-08); - line-height: var(--line-height-03); - } } } }