Merged in feat/SW-337-hotel-page-ui (pull request #848)
Feat(SW-337): Update lightbox UI * chore(SW-337): hotelPage UI fixes * refactor(SW-337): move width and height as props * xhore(SW-337): update lightbox UI * fix(SW-337): move margin * fix(SW-337): update mobile fullview * fix(SW-337): remove test border * fix(SW-337): remove radius on fullview Approved-by: Erik Tiekstra Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -56,7 +56,6 @@ export default function MapCard({ hotelName, pois }: MapCardProps) {
|
||||
intent="secondary"
|
||||
size="small"
|
||||
fullWidth
|
||||
className={styles.ctaButton}
|
||||
onClick={openDynamicMap}
|
||||
>
|
||||
{intl.formatMessage({ id: "Explore nearby" })}
|
||||
|
||||
@@ -10,13 +10,10 @@
|
||||
border-top-right-radius: var(--Corner-radius-Medium);
|
||||
}
|
||||
|
||||
.ctaButton {
|
||||
margin-top: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.poiList {
|
||||
list-style: none;
|
||||
margin-top: var(--Spacing-x1);
|
||||
margin-bottom: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.poiItem {
|
||||
|
||||
Reference in New Issue
Block a user