feat(BOOK-450): Adjust Scandic logo in header when on a themed hotel page
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -33,7 +33,11 @@ export function LogoLink() {
|
||||
defaultMessage: "Back to scandichotels.com",
|
||||
})}
|
||||
>
|
||||
<ScandicLogoIcon width="103px" height="22px" />
|
||||
<ScandicLogoIcon
|
||||
className={styles.logoIcon}
|
||||
width="103px"
|
||||
height="22px"
|
||||
/>
|
||||
</NextLink>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -2,3 +2,7 @@
|
||||
display: inline-flex;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
:global(body:has(.themed-hotel-page)) .logoIcon {
|
||||
color: var(--Surface-UI-Fill-Intense);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user