diff --git a/public/upsell.html b/public/upsell.html index 98a9645..d415f45 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -58,8 +58,9 @@ cursor: pointer; font-size: 16px; } - button:hover { - background-color: #45a049; + button:disabled { + background-color: #aaa; + cursor: not-allowed; } .cost { font-weight: bold; @@ -71,6 +72,15 @@ border-radius: 6px; border: 1px solid #ccc; } + .confirmation { + text-align: center; + font-size: 1.2em; + padding: 40px; + background: #fff; + border-radius: 12px; + box-shadow: 0 4px 12px rgba(0,0,0,0.1); + color: #333; + } @@ -110,18 +120,17 @@ When it’s time for your annual renewal, you will receive a reminder email with
- -
$0,00
+ +
$0.00