feat(SW-2270): Added hotel listing block to campaign overview page

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-30 09:29:20 +00:00
parent 4229e9b11b
commit 0393f7b7b9
10 changed files with 89 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
scroll-margin-top: var(--scroll-margin-top);
}
.header {
display: grid;
gap: var(--Space-x15);
}
.list {
list-style: none;
display: grid;