mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #33169 from overleaf/td-pricing-interstitial-fixes
Interstitial 2026: wire up upgrade CTAs and fix card highlights GitOrigin-RevId: 2feea397846452ff79c7cd01c931627097a03954
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
|
||||
.plans-cards-section {
|
||||
background-color: var(--bg-light-primary);
|
||||
padding-block: var(--spacing-13);
|
||||
padding-block-end: var(--spacing-13);
|
||||
|
||||
.plans-cards-toggles {
|
||||
align-items: center;
|
||||
@@ -339,7 +339,7 @@
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.card-include-bold {
|
||||
.card-include-strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -490,7 +490,7 @@
|
||||
// ─── Feature comparison table ──────────────────────────────────────────────
|
||||
|
||||
.plans-feature-table-section {
|
||||
padding-top: var(--spacing-15);
|
||||
padding-block: var(--spacing-15);
|
||||
}
|
||||
|
||||
.plans-feature-table-section .only-show-for-specific-plan-period {
|
||||
@@ -792,10 +792,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.plans-price-disclaimer:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
// ─── Quotes and FAQs section────────────────────────────────────────────────
|
||||
|
||||
.plans-quotes-section {
|
||||
padding-block: var(--spacing-13);
|
||||
padding-block-end: var(--spacing-13);
|
||||
}
|
||||
|
||||
.plans-faq {
|
||||
|
||||
@@ -2827,7 +2827,6 @@
|
||||
"updating_site": "Updating Site",
|
||||
"upgrade": "Upgrade",
|
||||
"upgrade_cc_btn": "Upgrade now, pay after 7 days",
|
||||
"upgrade_flow_coming_soon": "Upgrade flow coming soon",
|
||||
"upgrade_for_more_compile_time": "Upgrade to get more compile time",
|
||||
"upgrade_for_unlimited_access_to_ai": "Upgrade for unlimited access to all AI features or check back in __time__",
|
||||
"upgrade_my_plan": "Upgrade my plan",
|
||||
|
||||
Reference in New Issue
Block a user