affiliate area

This commit is contained in:
oliver
2026-06-22 17:41:45 -03:00
parent 365c69871e
commit 70549554ad
3 changed files with 219 additions and 126 deletions
+34
View File
@@ -1486,6 +1486,40 @@ body::after {
padding: 18px 20px;
}
.acct-settings-tabs {
display: flex;
gap: 0;
margin-bottom: 16px;
border-bottom: 1px solid var(--border);
padding-bottom: 8px;
}
.acct-settings-tab {
flex: 1;
background: none;
border: none;
color: var(--text-muted);
font-family: inherit;
font-size: 12px;
padding: 6px 8px;
cursor: pointer;
transition: color 0.15s;
text-align: center;
}
.acct-settings-tab:hover {
color: var(--text);
}
.acct-settings-tab.active {
color: var(--accent);
}
.acct-tab-content {
display: flex;
flex-direction: column;
}
.account-col-divider {
width: 1px;
background: var(--border);