diff --git a/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css b/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css index ff28142bc..1fd7f6074 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css @@ -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); diff --git a/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css b/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css index 49a16e534..8fb755609 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css @@ -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: "";