* 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
34 lines
717 B
CSS
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;
|
|
}
|