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.

34 lines
619 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Card
  3. *******************************/
  4. /*-------------------
  5. View
  6. --------------------*/
  7. @width: 250px;
  8. @background: transparent;
  9. @border: none;
  10. @boxShadow: none;
  11. @contentPadding: 1em 0em;
  12. @rowSpacing: 1.5em;
  13. @groupCardMargin: 0em @horizontalSpacing @rowSpacing;
  14. @extraBackground: transparent;
  15. @extraDivider: none;
  16. @extraBoxShadow: none;
  17. @extraPadding: 0.5em 0em;
  18. @extraLinkColor: @linkColor;
  19. @extraLinkHoverColor: @linkColor;
  20. @headerFontSize: 1.2em;
  21. @headerLinkColor: @linkColor;
  22. @imageBorderRadius: @borderRadius;
  23. @imageBorder: 1px solid @borderColor;