feat(SW-713): add important

This commit is contained in:
Fredrik Thorsson
2024-10-31 16:03:13 +01:00
parent 13dfe9ea15
commit 0e33cfa076
2 changed files with 2 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ export default function RoomSidePeek({
</Button>
<SidePeek
title={selectedRoom?.name ?? ""}
title={selectedRoom.name}
isOpen={isSidePeekOpen}
handleClose={() => setIsSidePeekOpen(false)}
>

View File

@@ -38,7 +38,7 @@
}
.facilityList li {
display: flex !important; /* Overrides the display none from grids.stackable */
display: flex !important; /* Overrides the display none from grids.stackable on Hotel Page */
gap: var(--Spacing-x1);
margin-bottom: var(--Spacing-x-half);
}
@@ -51,11 +51,8 @@
background-color: var(--Base-Background-Primary-Normal);
border-top: 1px solid var(--Base-Border-Subtle);
padding: var(--Spacing-x4) var(--Spacing-x2);
overflow: hidden;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
display: flex;
justify-content: center;
}