This commit is contained in:
2026-02-03 11:31:52 +00:00
parent 29bc1d8676
commit 91d693a802
3 changed files with 49 additions and 61 deletions

View File

@@ -978,4 +978,32 @@ body {
.breadcrumb-item + .breadcrumb-item::before {
display: none !important;
content: none !important;
}
/* Styles pour les chevrons de la sidebar */
.sidebar-chevron {
transition: transform 0.3s ease;
font-size: 0.875rem;
}
.sidebar-chevron-rotated {
transform: rotate(180deg);
}
/* Bootstrap gère déjà l'état 'show' du collapse */
.collapse.show + .sidebar-chevron-rotated,
[aria-expanded="true"] .sidebar-chevron {
transform: rotate(180deg);
}
/* Correction pour l'affichage des icônes */
.icon-wrapper {
min-width: 36px;
min-height: 36px;
flex-shrink: 0; /* Empêche le rétrécissement */
}
.icon-wrapper i {
font-size: 1rem;
line-height: 1;
}