der
This commit is contained in:
parent
5fb85a4341
commit
74342aab63
|
|
@ -265,17 +265,17 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
Section 2 : Sidebar (Navigation Haute Densité)
|
Section 2 : Sidebar (Navigation Haute Densité)
|
||||||
============================================================ */
|
============================================================ */
|
||||||
#sidebar {
|
#sidebar {
|
||||||
width: var(--sidebar-width);
|
width: var(--sidebar-width);
|
||||||
background: var(--bg-sidebar);
|
background: var(--color-primary); /* Charcoal profond pour le contraste */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: var(--header-height);
|
top: var(--header-height);
|
||||||
left: 0;
|
left: 0;
|
||||||
height: calc(100vh - var(--header-height));
|
height: calc(100vh - var(--header-height));
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
border-right: 1px solid rgba(255, 255, 255, 0.05);
|
||||||
transition: width var(--transition-slow);
|
transition: width var(--transition-base);
|
||||||
z-index: 900;
|
z-index: 900;
|
||||||
padding: 8px 4px;
|
padding: 1rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Liseré supérieur discret — gris clair */
|
/* Liseré supérieur discret — gris clair */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user