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:
@@ -2,12 +2,15 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: var(--hotel-tab-navigation-z-index);
|
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);
|
border-bottom: 1px solid var(--Border-Default);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
--gradient-color: var(--Background-Primary);
|
--gradient-color: var(--Surface-Secondary-Default);
|
||||||
|
&.isThemed {
|
||||||
|
background-color: var(--Background-Primary);
|
||||||
|
--gradient-color: var(--Background-Primary);
|
||||||
|
}
|
||||||
&::before,
|
&::before,
|
||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|||||||
@@ -20,8 +20,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: var(--Background-Primary);
|
background-color: var(--Surface-Secondary-Default);
|
||||||
grid-area: header;
|
grid-area: header;
|
||||||
|
&.isThemed {
|
||||||
|
background-color: var(--Background-Primary);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainSection {
|
.mainSection {
|
||||||
|
|||||||
Reference in New Issue
Block a user