dr
This commit is contained in:
parent
2231c56974
commit
4fea1a79dc
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user