Feat/SW-2271 hotel list filtering

* feat(SW-2271): Changes to hotel data types in preperation for filtering
* feat(SW-2271): Added filter and sort functionality

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-07-04 09:27:20 +00:00
parent 82e21af0d4
commit fa7214cb58
58 changed files with 1572 additions and 450 deletions

View File

@@ -6,13 +6,22 @@
display: grid;
gap: var(--Space-x3);
scroll-margin-top: var(--scroll-margin-top);
&.isMainBlock .heading {
color: var(--Text-Heading);
}
}
.header {
display: grid;
grid-template-columns: 1fr max-content;
gap: var(--Space-x15);
}
.preamble {
grid-column: span 2;
}
.list {
list-style: none;
display: grid;
@@ -28,6 +37,10 @@
--scroll-margin-top: calc(
var(--booking-widget-tablet-height) + var(--Spacing-x2)
);
&.isMainBlock {
gap: var(--Space-x5);
}
}
.list {
row-gap: var(--Space-x5);