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.

_tribute.less 591B

1234567891011121314151617181920212223242526272829303132
  1. .tribute-container {
  2. box-shadow: 0 1px 3px 1px #c7c7c7;
  3. ul {
  4. background: #ffffff;
  5. }
  6. li {
  7. padding: 8px 12px;
  8. border-bottom: 1px solid #dcdcdc;
  9. img {
  10. display: inline-block;
  11. vertical-align: middle;
  12. width: 28px;
  13. height: 28px;
  14. margin-right: 5px;
  15. }
  16. span.fullname {
  17. font-weight: normal;
  18. font-size: .8rem;
  19. margin-left: 3px;
  20. }
  21. }
  22. li.highlight,
  23. li:hover {
  24. background: #2185d0;
  25. color: #ffffff;
  26. }
  27. }