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.

81 lines
1.6 KiB

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. Statistic
  3. *******************************/
  4. /*-------------------
  5. View
  6. --------------------*/
  7. @display: inline-block;
  8. @margin: 1em 0em;
  9. @textAlign: center;
  10. @maxWidth: 175px;
  11. /* Group */
  12. @groupDisplay: block;
  13. @groupMargin: 1em -@horizontalSpacing;
  14. @horizontalSpacing: 1em;
  15. @rowSpacing: 2em;
  16. @elementFloat: left;
  17. @elementDisplay: block;
  18. @elementMargin: 0em @horizontalSpacing @rowSpacing;
  19. @elementMaxWidth: 175px;
  20. /*-------------------
  21. Content
  22. --------------------*/
  23. /* Value */
  24. @valueFont: @pageFont;
  25. @valueFontWeight: normal;
  26. @valueLineHeight: 1em;
  27. @valueColor: @black;
  28. @valueTextTransform: uppercase;
  29. /* Label */
  30. @labelSize: 1rem;
  31. @labelDistance: 0.25em;
  32. @labelFont: @headerFont;
  33. @labelFontWeight: normal;
  34. @labelColor: @unselectedTextColor;
  35. @labelLineHeight: 1.33em;
  36. @labelTextTransform: none;
  37. /* Text */
  38. @textLabelLineHeight: 1em;
  39. @textLabelMinHeight: 2em;
  40. /* Label Image */
  41. @imageHeight: 3rem;
  42. @imageVerticalAlign: baseline;
  43. /*-------------------
  44. Types
  45. --------------------*/
  46. @horizontalGroupElementMargin: 1em 0em;
  47. @horizontalLabelDistance: 0.75em;
  48. /*-------------------
  49. Variations
  50. --------------------*/
  51. /* Floated */
  52. @leftFloatedMargin: 0em 2em 1em 0em;
  53. @rightFloatedMargin: 0em 0em 1em 2em;
  54. /* Inverted */
  55. @invertedValueColor: @invertedTextColor;
  56. @invertedLabelColor: @invertedLightTextColor;
  57. /* Size */
  58. @smallValueSize: 3rem;
  59. @smallTextLabelSize: 1.5rem;
  60. @smallHorizontalValueSize: 2rem;
  61. @valueSize: 4rem;
  62. @textLabelSize: 2rem;
  63. @horizontalValueSize: 3rem;
  64. @largeValueSize: 5rem;
  65. @largeTextLabelSize: 2.5rem;
  66. @largeHorizontalValueSize: 4rem;