feat(SW-325): added additional poi groups

This commit is contained in:
Erik Tiekstra
2024-09-26 15:20:22 +02:00
parent 947ceb1736
commit fe607f640c
17 changed files with 254 additions and 123 deletions

View File

@@ -7,46 +7,29 @@ This will be handled later. */
align-items: center;
padding: var(--Spacing-x-half);
border-radius: var(--Corner-radius-Rounded);
background-color: var(--Scandic-Beige-90);
}
.airport,
.amusementPark,
.busTerminal,
.fair,
.hospital,
.hotel,
.marketingCity {
background-color: var(--UI-Text-Placeholder);
}
.museum {
background: var(--Base-Interactive-Surface-Secondary-normal);
.attractions {
background-color: var(--Base-Interactive-Surface-Secondary-normal);
}
.nearbyCompanies,
.parkingGarage {
.business {
background-color: var(--Scandic-Yellow-50);
}
.restaurant {
background: var(--Scandic-Peach-50);
.location {
background-color: var(--UI-Text-Placeholder);
}
.shopping {
background: var(--Base-Interactive-Surface-Primary-normal);
.parking {
background-color: var(--UI-Text-Active);
}
.sports,
.theatre {
.publicTransport {
background-color: var(--Base-Interactive-Surface-Tertiary-normal);
}
.tourist {
background: var(--Scandic-Yellow-60);
}
.transportations {
background: var(--Base-Interactive-Surface-Tertiary-normal);
}
.zoo {
.shoppingDining {
background-color: var(--Base-Interactive-Surface-Primary-normal);
}
.icon.transparent {
background: transparent;
background-color: transparent;
padding: 0;
}