#5 8 9 10 12 13 17 - готовы. #15 - тест

This commit is contained in:
Zuev
2026-07-27 02:23:26 +03:00
parent 3e8722a26b
commit a78a93f2f0
21 changed files with 413 additions and 102 deletions

View File

@@ -64,6 +64,10 @@
overflow: hidden;
}
[data-theme="light"] .sidebar .nav-item {
color: #334155;
}
.nav-item[hidden],
.settings-menu-item[hidden] {
display: none !important;
@@ -486,6 +490,19 @@
display: none !important;
}
.sidebar-section-title {
padding: 0.5rem 1.25rem 0.25rem;
color: color-mix(in srgb, var(--text-secondary) 72%, transparent);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
[data-theme="light"] .sidebar-section-title {
color: #64748b !important;
}
.sidebar-section-divider {
height: 1px;
background: rgba(229, 231, 235, 0.1);