Merged in feat/SW-2041-map-zoom-buttons (pull request #2550)
Feat(SW-661): Hotel page map zoom restrictions * fix(SW-2041): update tokens * chore(SW-2041): restrict zooming * fix(SW-2041): remove ref * fix(SW-2041): create map zoom hook Approved-by: Erik Tiekstra Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
}
|
||||
|
||||
.zoomButton {
|
||||
width: var(--Spacing-x5);
|
||||
height: var(--Spacing-x5);
|
||||
width: var(--Space-x5);
|
||||
height: var(--Space-x5);
|
||||
padding: 0;
|
||||
pointer-events: initial;
|
||||
box-shadow: var(--button-box-shadow);
|
||||
|
||||
Reference in New Issue
Block a user