search-dropdown.less 223 B

123456789101112131415
  1. //
  2. // Search Dropdown
  3. // --------------------------------------------------
  4. .dropdown-search-results {
  5. width: 100%;
  6. }
  7. .dropdown-suggestions-list {
  8. padding: 0px;
  9. }
  10. .dropdown-suggestions-list li {
  11. list-style: none;
  12. }