search-dropdown.less 507 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // Search Dropdown
  3. // --------------------------------------------------
  4. // Base styles
  5. .navbar-misago .dropdown-menu.dropdown-search-results {
  6. background: @dropdown-bg;
  7. border: 1px solid @dropdown-border;
  8. width: 100%;
  9. }
  10. .dropdown-suggestions-list {
  11. padding: 0px;
  12. }
  13. .dropdown-suggestions-list li {
  14. list-style: none;
  15. }
  16. // Suggestion
  17. .dropdown-suggestion {
  18. padding: @padding-base-vertical @padding-base-horizontal;
  19. }
  20. // Last suggestion
  21. .dropdown-suggestion-last {
  22. text-align: center;
  23. }