Aggiunge abbonamenti omaggio admin per sponsor e promozioni.
Gli admin possono concedere o revocare Premium Light/Full senza Stripe; il piano omaggio ha priorità sui webhook e la società vede un messaggio dedicato. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -233,6 +233,24 @@ body.admin-body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.admin-input {
|
||||
padding: 0.45rem 0.6rem;
|
||||
border: 1px solid #444;
|
||||
border-radius: 6px;
|
||||
background: #1a1a22;
|
||||
color: #eee;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.admin-btn--secondary {
|
||||
background: #333;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.admin-btn--secondary:hover {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.admin-btn {
|
||||
display: inline-block;
|
||||
padding: 0.45rem 0.9rem;
|
||||
|
||||
Reference in New Issue
Block a user