1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-14 15:53:27 +00:00

Merge pull request from overleaf/ds-buy-now-btn-new-design

Plans page - Plans card buy now btn matching the style to Figma

GitOrigin-RevId: a518540d2aa5870b0fb90671c7785b90378ae74f
This commit is contained in:
Davinder Singh 2024-07-24 09:13:14 +01:00 committed by Copybot
parent 96e290d959
commit c1ff760925

View file

@ -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;
}