This commit is contained in:
KONE SOREL 2026-04-02 18:49:00 +00:00
parent 9d0b5ec882
commit 320e295ff8

View File

@ -291,11 +291,11 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
.sidebar-nav > .nav-item > .nav-link {
display: flex;
align-items: center;
gap: 3px;
gap: 2px;
padding: 9px 10px;
border-radius: var(--radius-md);
color: rgba(255,255,255,0.72);
font-size: 11px;
font-size: 12px;
font-weight: 500;
text-decoration: none;
transition: all var(--transition-base);
@ -323,7 +323,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
.sidebar-nav > .nav-item > .nav-link span {
font-family: 'Syne', sans-serif;
font-size: 11px;
font-size: 12px;
letter-spacing: 0.02em;
flex: 1;
min-width: 0;
@ -339,7 +339,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
}
.sidebar-nav > .nav-item > .nav-link .bi-chevron-down {
font-size: 11px;
font-size: 12px;
opacity: 0.6;
transition: transform var(--transition-base);
flex-shrink: 0;