_headings.scss 680 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // default headings h1 - h6
  2. // ======================================================================
  3. h1 {
  4. @include z-index(feet);
  5. @include font-size(h1);
  6. font-weight: 300;
  7. }
  8. h2 {
  9. @include font-size(h2);
  10. .number--huge + & {
  11. @include spacing(b 0);
  12. @include spacing-inner(l 1);
  13. }
  14. }
  15. h3 {
  16. @include font-size(h3);
  17. font-weight: 400;
  18. .number--huge + & {
  19. @include spacing(b 0);
  20. @include spacing-inner(l 1);
  21. }
  22. .wrapper__fakenews & {
  23. @include font-size(h5);
  24. }
  25. }
  26. h4 {
  27. @include font-size(h4);
  28. font-weight: 300;
  29. .wrapper__ofwhat & {
  30. @include spacing(b .5);
  31. }
  32. }
  33. h5 {
  34. @include font-size(h5);
  35. }
  36. h6 {
  37. @include font-size(h6);
  38. }