From c1ff76092583dd91951bc0efb4bdb77128258f8d Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Wed, 24 Jul 2024 09:13:14 +0100 Subject: [PATCH] Merge pull request #19508 from overleaf/ds-buy-now-btn-new-design Plans page - Plans card buy now btn matching the style to Figma GitOrigin-RevId: a518540d2aa5870b0fb90671c7785b90378ae74f --- .../frontend/stylesheets/app/plans/plans-new-design.less | 6 ++++++ 1 file changed, 6 insertions(+) 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 71e4710958..eb314dc15d 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -547,6 +547,12 @@ margin-top: var(--spacing-06); } + .additional-link-buy-btn-container { + text-align: center; + width: 100%; + padding-top: var(--spacing-04); + } + .highlighted-plans-card { border: 2px solid var(--green-50) !important; }