You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
764 B

4 years ago
  1. .autocomplete {
  2. position: absolute;
  3. background-color: #fff;
  4. box-shadow: 0 1px 3px rgba(17, 17, 19, 0.15);
  5. padding: 0;
  6. max-height: 200px;
  7. border-bottom-left-radius: 4px;
  8. border-bottom-right-radius: 4px;
  9. border: 0 solid transparent;
  10. overflow: auto; }
  11. .autocomplete a {
  12. font-size: 0.9375em;
  13. display: block;
  14. padding: 8px;
  15. text-decoration: none;
  16. color: #111113;
  17. border-bottom: 1px solid rgba(17, 17, 19, 0.05); }
  18. .autocomplete a:last-child {
  19. border-bottom-color: transparent; }
  20. .autocomplete a:hover, .autocomplete a.is-active {
  21. background-color: rgba(17, 17, 19, 0.04);
  22. color: #111113;
  23. text-decoration: underline; }
  24. .autocomplete-labels .label {
  25. margin-right: 4px;
  26. margin-bottom: 4px; }