df
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user