_download.less 911 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .download-panel {
  2. h2 {
  3. &:before {
  4. content: ' ';
  5. display: block;
  6. width: 25px;
  7. height: 25px;
  8. position: absolute;
  9. left: 0;
  10. background: url(../images/icons.png) no-repeat 0 -595px;
  11. }
  12. }
  13. & > .download-list {
  14. margin: 0;
  15. padding: 0;
  16. list-style: none;
  17. li {
  18. font-size: 14px;
  19. line-height: 20px;
  20. padding: 10px 20px 10px 40px;
  21. cursor: default;
  22. position: relative;
  23. margin: 0;
  24. font-weight: normal;
  25. height: 20px;
  26. line-height: 20px;
  27. &:hover {
  28. background-color: lighten(@tab-hover, 55%);
  29. }
  30. &:active {
  31. background-color: lighten(@tab-hover, 50%);
  32. }
  33. }
  34. }
  35. }