Fix(SW-343): Updated search and booking widget comments
This commit is contained in:
@@ -5,11 +5,12 @@
|
|||||||
border-radius: var(--Corner-radius-Small);
|
border-radius: var(--Corner-radius-Small);
|
||||||
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
|
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container:hover,
|
.container:hover,
|
||||||
.container:has(input:active, input:focus, input:focus-within) {
|
.container:has(input:active, input:focus, input:focus-within) {
|
||||||
background-color: var(--Base-Surface-Primary-light-Hover-alt);
|
background-color: var(--Base-Background-Primary-Normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container:has(input:active, input:focus, input:focus-within) {
|
.container:has(input:active, input:focus, input:focus-within) {
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
.rooms:hover,
|
.rooms:hover,
|
||||||
.when:has([data-isopen="true"]),
|
.when:has([data-isopen="true"]),
|
||||||
.rooms:has(.input:active, .input:focus, .input:focus-within) {
|
.rooms:has(.input:active, .input:focus, .input:focus-within) {
|
||||||
background-color: var(--Base-Surface-Primary-light-Hover-alt);
|
background-color: var(--Base-Background-Primary-Normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
.where {
|
.where {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.mainMenu {
|
.mainMenu {
|
||||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||||
padding: var(--Spacing-x2);
|
padding: var(--Spacing-x2);
|
||||||
border-bottom: 1px solid var(--Base-Border-Subtle);
|
border-bottom: 1px solid var(--Primary-Light-On-Surface-Divider-subtle);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
|
|||||||
Reference in New Issue
Block a user