This commit is contained in:
KONE SOREL 2026-04-04 11:12:31 +00:00
parent 2231c56974
commit 4fea1a79dc

View File

@ -1543,24 +1543,7 @@ select[class*="selectpicker"],
border-left: 3px solid var(--color-accent, #0abf7c);
}
/* Transitions fluides (doivent être déclarées ici, APRÈS le CSS du template,
pour ne pas être écrasées par Bootstrap/css/style.css) */
/*
#sidebar {
transition: width 0.3s cubic-bezier(.4,0,.2,1),
transform 0.3s cubic-bezier(.4,0,.2,1) !important;
overflow: hidden !important;
will-change: width;
}
*/
/*
#main {
transition: margin-left 0.3s cubic-bezier(.4,0,.2,1) !important;
will-change: margin-left;
}
*/
/* ── Mode réduit (icônes seules) — desktop ── */
body.toggle-sidebar #sidebar {
width: 20px !important;
@ -2011,4 +1994,8 @@ select[class*="selectpicker"],
background: none !important;
text-align: center !important;
border-radius: 6px !important;
}
.border-primary{
border-color: #212e53 !important;
}