From 23c78b3d78849cce2bf8f108a9ed6d7126d2cf6b Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 12 Oct 2025 18:04:27 -0300 Subject: [PATCH] update --- public/upsell.html | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/public/upsell.html b/public/upsell.html index 7e04416..28b4a1a 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -26,10 +26,18 @@ h2 { text-align: center; color: #262626; - margin-bottom: 8px; + margin-bottom: 4px; font-weight: 600; } + /* New small centered contract name */ + .contract-name { + text-align: center; + font-size: 0.85em; + color: #666; + margin-bottom: 25px; + } + .subtitle { text-align: center; font-size: 0.9em; @@ -114,11 +122,18 @@ .action-btn.secondary:hover { background-color: #5a636a; } + + .action-btn:disabled { + background-color: #ccc; + cursor: not-allowed; + transform: none; + }

Check and Upgrade Your Plan

+
Loading...
Choose an upgrade. With this upgade you only pay for the remaining days of your current contract. Due to technical reasons, the total price will be included in the payment link sent to your email. If you don’t want to upgrade, simply don’t complete the payment. Current yearly prices are listed on our homepage, and new features will apply when you extend your contract next time.
@@ -173,7 +188,6 @@