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.

46 lines
832 B

10 years ago
  1. /*-------------------
  2. Rating
  3. --------------------*/
  4. @display: inline-block;
  5. @margin: 0em 0.5rem 0em 0em;
  6. @verticalAlign: top;
  7. @oversizedVerticalAlign: middle;
  8. @iconHitbox: 1.2em;
  9. @inactiveColor: rgba(0, 0, 0, 0.15);
  10. /*-------------------
  11. Types
  12. --------------------*/
  13. /* Star */
  14. @starInactiveColor: @inactiveColor;
  15. @starHoverColor: #FFB70A;
  16. @starActiveColor: #FFCB08;
  17. /* Heart */
  18. @heartInactiveColor: @inactiveColor;
  19. @heartHoverColor: #FF2733;
  20. @heartActiveColor: #EF404A;
  21. /*-------------------
  22. States
  23. --------------------*/
  24. @inactiveColor: rgba(0, 0, 0, 0.15);
  25. @hoverColor: @textColor;
  26. @activeColor: @darkTextColor;
  27. @interactiveIconOpacity: 0.5;
  28. @interactiveHoveredIconOpacity: 1;
  29. /*-------------------
  30. Variations
  31. --------------------*/
  32. @small: 14px;
  33. @medium: 16px;
  34. @large: 24px;
  35. @huge: 28px;