fix(BOOK-742): Readded scroll-margin on facilities and activities on hotel pages

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-14 12:34:30 +00:00
parent 982350149b
commit 821405b284
2 changed files with 9 additions and 0 deletions

View File

@@ -4,7 +4,13 @@
gap: var(--Space-x2);
}
.activityCards {
scroll-margin-top: var(--hotel-page-scroll-margin-top);
}
.facilityRow {
scroll-margin-top: var(--hotel-page-scroll-margin-top);
&:has(.imageWrapper) {
display: grid;
gap: var(--Space-x025);

View File

@@ -7,10 +7,13 @@
width: 100%;
overflow: hidden;
--gradient-color: var(--Surface-Secondary-Default);
&.isThemed {
background-color: var(--Background-Primary);
--gradient-color: var(--Background-Primary);
border-bottom-width: 0;
}
&::before,
&::after {
content: "";