_select2-result-repository.sass 758 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .select2-result-repository
  2. padding-top: 4px
  3. padding-bottom: 3px
  4. &__avatar
  5. float: left
  6. width: 60px
  7. margin-right: 10px
  8. img
  9. width: 100%
  10. height: auto
  11. border-radius: 2px
  12. &__meta
  13. margin-left: 70px
  14. &__title
  15. color: black
  16. font-weight: bold
  17. word-wrap: break-word
  18. line-height: 1.1
  19. margin-bottom: 4px
  20. &__forks,
  21. &__stargazers
  22. margin-right: 1em
  23. &__forks,
  24. &__stargazers,
  25. &__watchers
  26. display: inline-block
  27. color: #aaa
  28. font-size: 11px
  29. &__description
  30. font-size: 13px
  31. color: #777
  32. margin-top: 4px
  33. .select2-highlighted &
  34. &__title
  35. color: white
  36. &__forks,
  37. &__stargazers,
  38. &__description,
  39. &__watchers
  40. color: mix($link-color, white, 30%)