count carpool areas on the accordion badge
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user