Skip to content

Commit

Permalink
Fix search-form.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 15, 2024
1 parent 43d3065 commit ad2b692
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions frontend/src/assets/css/search-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ form.home-search-form .btn-search {
border-radius: 5px;
margin: 0;
white-space: nowrap;
background: #212121;
}

form.home-search-form .btn-search:hover,
Expand All @@ -25,6 +26,7 @@ form.home-search-form .chk-same-location {
font-weight: 400;
line-height: 1.4em;
font-size: 0.9em;
user-select: none;
}

form.home-search-form .chk-same-location label {
Expand All @@ -37,14 +39,6 @@ form.home-search-form .chk-same-location input[type='checkbox'] {
cursor: pointer;
}

form.home-search-form .chk-same-location {
user-select: none;
}

form.home-search-form .btn-search {
background: #212121;
}

@media only screen and (width <=960px) {
form.home-search-form {
display: flex;
Expand All @@ -62,7 +56,7 @@ form.home-search-form .btn-search {
padding: 10px;
}

form.home-search-form .chk-same-location{
form.home-search-form .chk-same-location {
align-self: flex-start;
margin-left: 10px;
}
Expand Down Expand Up @@ -100,6 +94,10 @@ form.home-search-form .btn-search {
height: 66px;
}

form.home-search-form .drop-off-location>.multiple-select {
width: 348px;
}

form.home-search-form .from,
form.home-search-form .to {
display: table-cell;
Expand Down

0 comments on commit ad2b692

Please sign in to comment.