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
This commit is contained in:
@@ -90,7 +90,7 @@ export default function InteractiveMap({
|
||||
defaultMessage: "Zoom in",
|
||||
})}
|
||||
>
|
||||
<MaterialIcon icon="remove" color="CurrentColor" size={20} />
|
||||
<MaterialIcon icon="remove" color="CurrentColor" />
|
||||
</Button>
|
||||
<Button
|
||||
theme="base"
|
||||
@@ -103,7 +103,7 @@ export default function InteractiveMap({
|
||||
defaultMessage: "Zoom out",
|
||||
})}
|
||||
>
|
||||
<MaterialIcon icon="add" color="CurrentColor" size={20} />
|
||||
<MaterialIcon icon="add" color="CurrentColor" />
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
/* 2024-09-18: At the moment, the background-colors for the poi marker is unknown.
|
||||
This will be handled later. */
|
||||
|
||||
.icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: var(--Spacing-x-half);
|
||||
border-radius: var(--Corner-radius-Rounded);
|
||||
background-color: var(--UI-Text-Placeholder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user