Merged master into feat/SW-888-skeleton-loaders

This commit is contained in:
Linus Flood
2024-11-14 19:14:31 +00:00
39 changed files with 745 additions and 780 deletions
@@ -18,7 +18,7 @@ import { setLang } from "@/i18n/serverContext"
import { RoomPackageCodeEnum } from "@/types/components/hotelReservation/selectRate/roomFilter"
import type { SelectRateSearchParams } from "@/types/components/hotelReservation/selectRate/selectRate"
import { LangParams, PageArgs } from "@/types/params"
import type { LangParams, PageArgs } from "@/types/params"
export default async function SelectRatePage({
params,
+2
View File
@@ -114,6 +114,8 @@
/* Z-INDEX */
--header-z-index: 11;
--menu-overlay-z-index: 11;
--booking-widget-z-index: 10;
--booking-widget-open-z-index: 100;
--dialog-z-index: 9;
--sidepeek-z-index: 100;
--lightbox-z-index: 150;