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); gap: var(--Space-x2);
} }
.activityCards {
scroll-margin-top: var(--hotel-page-scroll-margin-top);
}
.facilityRow { .facilityRow {
scroll-margin-top: var(--hotel-page-scroll-margin-top);
&:has(.imageWrapper) { &:has(.imageWrapper) {
display: grid; display: grid;
gap: var(--Space-x025); gap: var(--Space-x025);

View File

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