This commit is contained in:
KONE SOREL 2026-04-03 11:50:04 +00:00
parent 9a55104584
commit c802bbb9b8

View File

@ -266,7 +266,8 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
============================================================ */
#sidebar {
width: var(--sidebar-width);
background: var(--color-primary); /* Charcoal profond pour le contraste */
background: #e5e7e6 /*var(--color-primary)*/; /* Charcoal profond pour le contraste */
position: fixed;
top: var(--header-height);
left: 0;
@ -1614,9 +1615,11 @@ select[class*="selectpicker"],
transform: translateX(-100%);
width: var(--sidebar-width, 240px) !important;
}
#sidebar.sidebar-mobile-open {
transform: translateX(0);
}
/* Overlay semi-transparent derrière le sidebar mobile */
#sidebar.sidebar-mobile-open::after {
content: '';
@ -1625,6 +1628,7 @@ select[class*="selectpicker"],
background: rgba(0,0,0,0.35);
z-index: -1;
}
#main {
margin-left: 0 !important;
}