This commit is contained in:
KONE SOREL 2026-04-10 18:39:43 +00:00
parent 573b22d396
commit 922d45f12d

View File

@ -29,7 +29,7 @@
--bg-surface-2: #f8f9fa;
--bg-sidebar: #7A90A4;/*#1e2228;*/ /* charcoal très sombre */
--bg-header: #ffffff;
--bg-primary-ghost: rgba(33, 46, 83, 0.08);
--bg-primary-ghost: rgba(13, 110, 253, 0.1);
--color-primary-ghost: #212e53;
@ -1380,7 +1380,7 @@ select[class*="selectpicker"],
.text-dark { color: #1a1d24 !important; }
.bg-success-ghost { background-color: rgba(39, 174, 96, 0.12); color: #27ae60; }
.bg-danger-ghost { background-color: rgba(192, 57, 43, 0.12); color: #c0392b; }
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08); color: #212e53; }
.bg-primary-ghost { background-color: rgba(13, 110, 253, 0.1); color: #212e53; }
.bg-info-ghost { background-color: rgba(52, 152, 219, 0.12); color: #3498db; }
.bg-warning-ghost { background-color: rgba(243, 156, 18, 0.12); color: #f39c12; }