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.

39 lines
862 B

10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Feed
  3. *******************************/
  4. /*-------------------
  5. Elements
  6. --------------------*/
  7. @eventMargin: 0em 0em 0em 2em;
  8. @eventDivider: none;
  9. @eventPadding: 0em;
  10. /* Event Label */
  11. @labelWidth: 3em;
  12. @labelHeight: 3em;
  13. @labeledContentPadding: 0.75em 0em 2em 0.75em;
  14. /* Icon */
  15. @iconLabelBackground: @primaryColor;
  16. @iconLabelBorderRadius: @circularRadius;
  17. @iconLabelColor: @white;
  18. /* Metadata Group */
  19. @metadataDisplay: inline-block;
  20. @metadataMargin: 1em 0em 0em;
  21. @metadataBackground: @white @subtleGradient;
  22. @metadataBorder: 1px solid @solidBorderColor;
  23. @metadataBorderRadius: 0.25em;
  24. @metadataBoxShadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  25. @metadataPadding: 0.5em 1em;
  26. @metadataColor: rgba(0, 0, 0, 0.6);
  27. /*-------------------
  28. Variations
  29. --------------------*/
  30. /* Size */
  31. @small: 0.9em;
  32. @medium: 1em;