typography.css 789 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. */
  7. /**
  8. * Reusable utility classes that apply vertical spacing consistency and inline
  9. * with the base line height of Claro.
  10. */
  11. .leader {
  12. margin-top: 20px;
  13. margin-top: 1.538rem;
  14. }
  15. .leader-double {
  16. margin-top: 40px;
  17. margin-top: 3.076rem;
  18. }
  19. .leader-triple {
  20. margin-top: 60px;
  21. margin-top: 4.614rem;
  22. }
  23. .leader-quadruple {
  24. margin-top: 80px;
  25. margin-top: 6.152rem;
  26. }
  27. .trailer {
  28. margin-bottom: 20px;
  29. margin-bottom: 1.538rem;
  30. }
  31. .trailer-double {
  32. margin-bottom: 40px;
  33. margin-bottom: 3.076rem;
  34. }
  35. .trailer-triple {
  36. margin-bottom: 60px;
  37. margin-bottom: 4.614rem;
  38. }
  39. .trailer-quadruple {
  40. margin-bottom: 80px;
  41. margin-bottom: 6.152rem;
  42. }