This commit is contained in:
2026-01-31 13:33:19 +00:00
parent 5e351c1554
commit 52eb6bba7d
2 changed files with 7 additions and 1 deletions

View File

@@ -1574,3 +1574,9 @@ li i { margin-right:10px; color:#007bff; }
padding: 0.25rem 0.5rem;
font-size: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item::before {
font-size: 1.2rem; /* augmente la taille */
font-weight: bold; /* rend le séparateur plus gras */
font-family: Arial, sans-serif; /* change la police */
}