fix(BOOK-506): Hiding campaign banner on more hotel-reservation routes and make whole banner clickable

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2025-11-06 14:48:13 +00:00
parent 78ac3b29c3
commit 11d53d0b15
6 changed files with 114 additions and 124 deletions

View File

@@ -22,10 +22,7 @@
text-decoration: none;
color: var(--Text-Inverted);
padding: var(--Space-x025) 0;
&:not(.withBookingCode) {
gap: var(--Space-x15);
}
gap: var(--Space-x15);
}
.text {
@@ -61,10 +58,14 @@
z-index: 1;
}
.link {
.fakeLink {
color: var(--Text-Inverted);
}
.innerContent:hover .fakeLink {
opacity: 0.7;
}
.bookingCode {
display: inline-flex;
align-items: center;