Guest User

Untitled

a guest
Oct 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. // Autocompletes Style
  2. html {
  3. body {
  4. ul.ui-autocomplete {
  5. border: 1px solid $one_px_line_gray;
  6. background-color: white;
  7. width: 302px;
  8.  
  9. li.ui-menu-item {
  10.  
  11. a.ui-corner-all {
  12. @extend .regular_text_black;
  13. font-size: 10px;
  14. display: block;
  15. padding: 5px 0px;
  16. width: 100%;
  17. height: 100%;
  18. }
  19.  
  20. a.ui-corner-all.ui-state-hover {
  21. background-color: $light_blue;
  22. }
  23. }
  24. }
  25. }
  26. }
Add Comment
Please, Sign In to add comment