fix(BOOK-742): Readded scroll-margin on facilities and activities on hotel pages
Approved-by: Bianca Widstam
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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: "";
|
||||
|
||||
Reference in New Issue
Block a user