This commit is contained in:
oliver
2026-06-09 14:38:03 -03:00
parent fc90204d97
commit e48cc6e942
3 changed files with 91 additions and 8 deletions
+15
View File
@@ -1520,6 +1520,21 @@ body::after {
white-space: nowrap;
}
.acct-affiliate-row {
display: flex;
align-items: center;
gap: 10px;
margin-top: 4px;
}
.acct-affiliate-code {
font-size: 13px;
font-weight: 600;
color: var(--accent);
letter-spacing: 0.06em;
font-family: "Courier New", monospace;
}
.acct-invoices-title {
font-size: 11px;
color: var(--text-muted);