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.

96 lines
1.9 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
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. /* Group Element */
  17. @elementFloat: left;
  18. @elementDisplay: block;
  19. @elementMargin: 0em @horizontalSpacing @rowSpacing;
  20. @elementMaxWidth: 175px;
  21. /*-------------------
  22. Content
  23. --------------------*/
  24. /* Value */
  25. @valueFont: @pageFont;
  26. @valueFontWeight: normal;
  27. @valueLineHeight: 1em;
  28. @valueColor: @black;
  29. @valueTextTransform: uppercase;
  30. /* Label */
  31. @labelSize: 1rem;
  32. @topLabelDistance: 0rem;
  33. @bottomLabelDistance: 0.25rem;
  34. @labelFont: @headerFont;
  35. @labelFontWeight: normal;
  36. @labelColor: @unselectedTextColor;
  37. @labelLineHeight: 1.33em;
  38. @labelTextTransform: none;
  39. /* Text */
  40. @textLabelLineHeight: 1em;
  41. @textLabelMinHeight: 2em;
  42. /* Label Image */
  43. @imageHeight: 3rem;
  44. @imageVerticalAlign: baseline;
  45. /*-------------------
  46. Types
  47. --------------------*/
  48. @horizontalGroupElementMargin: 1em 0em;
  49. @horizontalLabelDistance: 0.75em;
  50. /*-------------------
  51. Variations
  52. --------------------*/
  53. /* Floated */
  54. @leftFloatedMargin: 0em 2em 1em 0em;
  55. @rightFloatedMargin: 0em 0em 1em 2em;
  56. /* Inverted */
  57. @invertedValueColor: @invertedTextColor;
  58. @invertedLabelColor: @invertedLightTextColor;
  59. /* Size */
  60. @miniValueSize: 1.5rem;
  61. @miniTextLabelSize: 1rem;
  62. @miniHorizontalValueSize: 1.5rem;
  63. @tinyValueSize: 2rem;
  64. @tinyTextLabelSize: 1rem;
  65. @tinyHorizontalValueSize: 2rem;
  66. @smallValueSize: 3rem;
  67. @smallTextLabelSize: 1.5rem;
  68. @smallHorizontalValueSize: 2rem;
  69. @valueSize: 4rem;
  70. @textLabelSize: 2rem;
  71. @horizontalValueSize: 3rem;
  72. @largeValueSize: 5rem;
  73. @largeTextLabelSize: 2.5rem;
  74. @largeHorizontalValueSize: 4rem;
  75. @hugeValueSize: 6rem;
  76. @hugeTextLabelSize: 2.5rem;
  77. @hugeHorizontalValueSize: 5rem;