affiliate area
This commit is contained in:
+34
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user