merge main into feat/commission-analytics-investments

Made-with: Cursor
This commit is contained in:
Anton
2026-04-15 14:30:29 +03:00
8 changed files with 61 additions and 13 deletions

View File

@@ -140,10 +140,26 @@ body {
border-top: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;
}
.sidebar-footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 11px;
color: var(--color-sidebar-text);
opacity: 0.85;
}
.sidebar-version {
font-family: ui-monospace, monospace;
}
.sidebar-copyright {
font-size: 10px;
}
.sidebar-user {
font-size: 13px;
color: var(--color-sidebar-text);
@@ -155,12 +171,6 @@ body {
justify-content: space-between;
}
.sidebar-version {
font-size: 11px;
line-height: 1.4;
color: var(--color-sidebar-text);
}
.btn-logout {
background: none;
border: none;