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.

99 lines
1.8 KiB

  1. /*-------------------
  2. Globals Used
  3. --------------------*/
  4. // @white
  5. // @blue
  6. // @red
  7. // @green
  8. // @purple
  9. // @teal
  10. // @black
  11. /*******************************
  12. Standard
  13. *******************************/
  14. /*-------------------
  15. Header
  16. --------------------*/
  17. @pageFont : Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  18. @fontWeight: bold;
  19. @textTransform: none;
  20. @topMargin: 1em;
  21. @bottomMargin: 1rem;
  22. @horizontalPadding: 0em;
  23. @verticalPadding: 0em;
  24. @lineHeight: 1.33;
  25. /* HTML Headings */
  26. @h1: 2rem;
  27. @h2: 1.75rem;
  28. @h3: 1.33rem;
  29. @h4: 1.1rem;
  30. @h5: 1rem;
  31. /* Sizing */
  32. @tiny: 1em;
  33. @small: 1.1em;
  34. @medium: 1.33em;
  35. @large: 1.75em;
  36. @huge: 2em;
  37. /* Sub Header */
  38. @subHeaderFontSize: 1rem;
  39. @subHeaderLineHeight: 1.2;
  40. @subHeaderColor: rgba(0, 0, 0, 0.5);
  41. /* Icon */
  42. @iconSize: 1em;
  43. @iconOffset: 0em;
  44. @iconMargin: 1em;
  45. @iconAlignment: middle;
  46. /* Content */
  47. @contentAlignment: top;
  48. /* Paragraph after Header */
  49. @precedingParagraphMargin: 0em;
  50. /*******************************
  51. Variations
  52. *******************************/
  53. /* Icon Header */
  54. @iconHeaderSize: 3em;
  55. @iconHeaderMargin: 0.2em;
  56. @circularHeaderIconSize: 2em;
  57. @squareHeaderIconSize: 2em;
  58. /* Inverted */
  59. @invertedColor: @white;
  60. @invertedSubHeaderColor: rgba(255, 255, 255, 0.85);
  61. /* Divided */
  62. @dividedBorder: 1px solid rgba(0, 0, 0, 0.1);
  63. @dividedColoredBorderWidth: 3px;
  64. @dividedBorderPadding: 0.2rem;
  65. @dividedSubHeaderPadding: 0.5rem;
  66. @dividedIconPadding: 0.2em;
  67. /* Block */
  68. @blockBackground: rgba(0, 0, 0, 0.05);
  69. @blockHorizontalPadding: 1em;
  70. @blockVerticalPadding: 0.5em;
  71. /* Attached */
  72. @attachedBackground: #F0F0F0;
  73. @attachedVerticalPadding: 0.75rem;
  74. @attachedHorizontalPadding: 1rem;
  75. @attachedBoxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  76. @attachedBorderRadius: 0.3125em;
  77. /* Floated */
  78. @floatedMargin: 0.5em;