Billing: fatture manuali, profilo obbligatorio e piani Stripe mensile/annuale.
Rimuove link al portale Stripe in area cliente, aggiunge flusso admin per PDF fattura e email, blocca checkout senza dati di fatturazione, allinea prezzi a €4,90/€39,90 e €9,90/€69,90, locale italiano e documentazione deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -254,6 +254,17 @@ body.nav-menu-open { overflow: hidden; }
|
||||
.btn { display: inline-block; padding: 10px 18px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer; text-decoration: none; }
|
||||
.btn-primary { background: #e53935; color: #fff; }
|
||||
.btn-primary:hover { background: #c62828; text-decoration: none; color: #fff; }
|
||||
.btn-outline {
|
||||
background: transparent;
|
||||
color: #e53935;
|
||||
border: 1px solid #e53935;
|
||||
}
|
||||
.btn-outline:hover {
|
||||
background: rgba(229, 57, 53, 0.12);
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
border-color: #c62828;
|
||||
}
|
||||
.btn-secondary { background: #252530; color: #fff; }
|
||||
.btn-secondary:hover { background: #333; text-decoration: none; color: #fff; }
|
||||
.form-section-title { font-size: 1.05rem; margin: 0 0 12px; color: #e8e8ee; }
|
||||
@@ -1095,6 +1106,10 @@ label { display: block; margin-bottom: 6px; font-size: 0.9rem; color: #c8c8d4; f
|
||||
border-color: #e53935;
|
||||
box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.25);
|
||||
}
|
||||
.input-toggle--plain .input-toggle__input--plain {
|
||||
padding-right: 12px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.input-toggle__btn {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
@@ -1119,3 +1134,27 @@ label { display: block; margin-bottom: 6px; font-size: 0.9rem; color: #c8c8d4; f
|
||||
}
|
||||
.input-toggle__btn i { font-size: 1.05rem; pointer-events: none; }
|
||||
.auth-page .auth-forgot { margin: -4px 0 16px; font-size: 0.88rem; }
|
||||
|
||||
.plan-price-alt {
|
||||
color: #aaa;
|
||||
font-size: 0.9rem;
|
||||
margin: -8px 0 12px;
|
||||
}
|
||||
.plan-interval-actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.plan-interval-btn {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 0.92rem;
|
||||
padding: 12px 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.plan-action-hint {
|
||||
color: #888;
|
||||
font-size: 0.85rem;
|
||||
margin: 8px 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user