feat(SW-713): add important
This commit is contained in:
@@ -41,7 +41,7 @@ export default function RoomSidePeek({
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<SidePeek
|
<SidePeek
|
||||||
title={selectedRoom?.name ?? ""}
|
title={selectedRoom.name}
|
||||||
isOpen={isSidePeekOpen}
|
isOpen={isSidePeekOpen}
|
||||||
handleClose={() => setIsSidePeekOpen(false)}
|
handleClose={() => setIsSidePeekOpen(false)}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.facilityList li {
|
.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);
|
gap: var(--Spacing-x1);
|
||||||
margin-bottom: var(--Spacing-x-half);
|
margin-bottom: var(--Spacing-x-half);
|
||||||
}
|
}
|
||||||
@@ -51,11 +51,8 @@
|
|||||||
background-color: var(--Base-Background-Primary-Normal);
|
background-color: var(--Base-Background-Primary-Normal);
|
||||||
border-top: 1px solid var(--Base-Border-Subtle);
|
border-top: 1px solid var(--Base-Border-Subtle);
|
||||||
padding: var(--Spacing-x4) var(--Spacing-x2);
|
padding: var(--Spacing-x4) var(--Spacing-x2);
|
||||||
overflow: hidden;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user