Files
web/apps/scandic-web/components/Maps/Markers/Poi/poi.module.css
Erik Tiekstra b75177ad98 Fix/SW-2429 map view
* feat(SW-2429): Removed [contentType]>[uid] and use app router based structure for content types

* feat(SW-2429): Added breadcrumbs to follow contenttype folder structure

* feat(SW-2429): Removed modal/dialog functionality from map views on hotel and destination pages

* fix(SW-2429): Fixed issue with booking widget on meeting pages. Also used same structure for content types

Approved-by: Arvid Norlin
2025-04-25 05:36:44 +00:00

34 lines
717 B
CSS

.icon {
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--Corner-radius-Rounded);
background-color: var(--UI-Text-Placeholder);
}
.attractions {
background-color: var(--Base-Interactive-Surface-Secondary-normal);
}
.business {
background-color: var(--Scandic-Yellow-50);
}
.location {
background-color: var(--UI-Text-Placeholder);
}
.parking {
background-color: var(--UI-Text-Active);
}
.publicTransport {
background-color: var(--Base-Interactive-Surface-Tertiary-normal);
}
.shoppingDining {
background-color: var(--Base-Interactive-Surface-Primary-normal);
}
.icon.transparent {
background-color: transparent;
padding: 0;
}