mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #19855 from overleaf/mf-interstitial-new-plans-page-redesign
[web] Implement plans table for the new interstitial payment page GitOrigin-RevId: 28b6a0c8c42d709d5be067d79f7f852fe188a3cf
This commit is contained in:
parent
cb6deab3a9
commit
50b11da587
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
@group-member-picker-height: 24px;
|
||||
|
||||
@table-4-column-width: 25%;
|
||||
@table-5-column-width: 20%;
|
||||
|
||||
.plans-new-design {
|
||||
padding-top: calc(var(--spacing-16) + var(--header-height));
|
||||
|
@ -1074,10 +1075,18 @@
|
|||
|
||||
.plans-new-design.plans-interstitial-new-design {
|
||||
padding-top: calc(var(--spacing-13) + var(--header-height));
|
||||
padding-bottom: var(--spacing-09);
|
||||
|
||||
.plans-interstitial-new-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.plans-new-table {
|
||||
th,
|
||||
td {
|
||||
width: @table-5-column-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue