count carpool areas on the accordion badge

This commit is contained in:
Arnaud Delcasse
2026-08-27 03:12:41 +02:00
parent 671cfc4325
commit 952c5512bd
2 changed files with 27 additions and 1 deletions
+17
View File
@@ -2268,6 +2268,23 @@ a {
margin-right: 0.75rem;
}
/* Secondary count on the Covoiturage accordion: how many carpooling areas
were found. Outlined rather than filled so it reads as extra information
next to the trip count, and orange to tie it to the map markers. */
.accordion-badge-areas {
background-color: transparent;
border: 1.5px solid var(--color-highlight);
color: var(--color-highlight);
gap: 0.2rem;
padding: 0 0.45rem;
min-width: 0;
}
.accordion-badge-areas svg {
flex-shrink: 0;
}
.accordion-arrow {
width: 24px;
height: 24px;