Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save vishalarora91/a48015569f66bdf717c14497943a6179 to your computer and use it in GitHub Desktop.

Select an option

Save vishalarora91/a48015569f66bdf717c14497943a6179 to your computer and use it in GitHub Desktop.
.search-results {
position: absolute;
background: #fff;
left: -24px !important;
width: calc(100% + 48px) !important;
top: 100% !important;
margin: 0 !important;
list-style: none;
padding: 10px 24px 20px;
}
.search-results li:not(:first-child) {
padding-top: 10px;
}
.search-results li.pred-item {
border-top: 1px solid #e4e4e4;
margin: 0 0 5px 5px;
}
.search-results li a {
display: flex;
}
.search-results .thumbnail {
margin-right: 15px;
}
.search-results .content {
line-height: 1.3;
}
.search-results .price {
display: block;
margin-top: 5px;
}
.search-results .pshead {
background: #f5f5f5;
padding: 6px 15px !important;
}
.search-results .pshead + li {
border-top: none;
}
.search-results .pshead.col {
margin-top: 20px;
}
.mobile-draw .search-results {
left: 0 !important;
width: 100% !important;
z-index: 99;
padding: 20px 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment