summaryrefslogtreecommitdiff
path: root/partials/_base.scss
blob: e2bbd9c1577e4243eec13c753bf46977367ac784 (plain)
  1. // Typography
  2. //
  3. // No styleguide reference.
  4. $baseFontSize: 12px;
  5. $baseLineHeight: ($baseFontSize * 2);
  6. // Framework integrations
  7. //
  8. // No styleguide reference.
  9. @import "base-h5bp";
  10. // Structure
  11. //
  12. // Layout Gala: https://web.archive.org/web/20071025014516/http://blog.html.it/layoutgala/LayoutGala01.html
  13. $blockLeft-width: 16%;
  14. $blockLeft-marginLeft: 2%;
  15. $blockLeft-marginRight: 0%;
  16. $blockLeft-marginBoth: ($blockLeft-marginLeft + $blockLeft-marginRight);
  17. $blockLeft-paddingAny: 1%;
  18. $blockLeft-paddingBoth: (2 * $blockLeft-paddingAny);
  19. $blockLeft-fullwidth: ($blockLeft-width + $blockLeft-marginBoth + $blockLeft-paddingBoth); // 20%
  20. $blockMid-marginLeft: 2%;
  21. $blockMid-marginRight: 2%;
  22. $blockMid-marginBoth: ($blockMid-marginLeft + $blockMid-marginRight);
  23. $blockRight-width: 16%;
  24. $blockRight-marginLeft: 0%;
  25. $blockRight-marginRight: 2%;
  26. $blockRight-marginBoth: ($blockRight-marginLeft + $blockRight-marginRight);
  27. $blockRight-paddingAny: 1%;
  28. $blockRight-paddingBoth: (2 * $blockRight-paddingAny);
  29. $blockRight-fullwidth: ($blockRight-width + $blockRight-marginBoth + $blockRight-paddingBoth); // 20%