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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user