search-dropdown.less 277 B

12345678910111213141516171819
  1. //
  2. // Search Dropdown
  3. // --------------------------------------------------
  4. // Base styles
  5. .navbar-misago .dropdown-menu.dropdown-search-results {
  6. width: 100%;
  7. }
  8. .dropdown-suggestions-list {
  9. padding: 0px;
  10. }
  11. // Message
  12. .dropdown-search-message {
  13. text-align: center;
  14. }