Merge pull request #19784 from overleaf/mf-interstitial-payment-new-design-switcher

[web] Implement new interstitial payment page period switcher and header

GitOrigin-RevId: cd60909bad3c597661ba99a785ca49ed85b75af3
This commit is contained in:
M Fahru 2024-08-06 05:26:39 -07:00 committed by Copybot
parent eede7fe313
commit 2113a94aff

View file

@ -1011,3 +1011,13 @@
}
}
}
.plans-new-design.plans-interstitial-new-design {
padding-top: calc(var(--spacing-13) + var(--header-height));
.plans-interstitial-new-content {
display: flex;
flex-direction: column;
align-items: center;
}
}