Merged in fix/book-709-hotel-hero-background-color (pull request #3409)

fix(BOOK-709): update the background color of the hotel hero section according to Figma

* fix(BOOK-709): update the background color of the hotel hero section according to Figma

* fix(BOOK-709): updating gradient-color


Approved-by: Erik Tiekstra
Approved-by: Matilda Landström
This commit is contained in:
Matilda Haneling
2026-01-09 13:56:38 +00:00
parent d11b50414d
commit a88b022186
2 changed files with 10 additions and 4 deletions

View File

@@ -2,12 +2,15 @@
position: sticky;
top: 0;
z-index: var(--hotel-tab-navigation-z-index);
background-color: var(--Background-Primary);
background-color: var(--Surface-Secondary-Default);
border-bottom: 1px solid var(--Border-Default);
width: 100%;
overflow: hidden;
--gradient-color: var(--Surface-Secondary-Default);
&.isThemed {
background-color: var(--Background-Primary);
--gradient-color: var(--Background-Primary);
}
&::before,
&::after {
content: "";

View File

@@ -20,8 +20,11 @@
}
.header {
background-color: var(--Background-Primary);
background-color: var(--Surface-Secondary-Default);
grid-area: header;
&.isThemed {
background-color: var(--Background-Primary);
}
}
.mainSection {