mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-26 18:31:36 +00:00
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:
parent
eede7fe313
commit
2113a94aff
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue