feat(SW-325): added additional poi groups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user