This commit is contained in:
2026-01-23 12:35:53 +01:00
parent 3f01cbd8aa
commit b22348ebba
5 changed files with 30 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+14
View File
@@ -336,3 +336,17 @@
.cl-detail-wrapper .pf-table td {
padding: 4px 4px;
}
/* Icône devant le titre de fête */
.cl-occasion-title {
display: flex;
align-items: center;
gap: 8px;
}
.cl-occasion-icon {
width: 20px;
height: 20px;
object-fit: contain;
flex: 0 0 20px;
filter: none; /* garde les couleurs des SVG/PNG */
}