Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

typography.css

/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/**
* Reusable utility classes that apply vertical spacing consistency and inline
* with the base line height of Claro.
*/
.leader {
  margin-top: 1.538rem;
}
.leader-double {
  margin-top: 3.076rem;
}
.leader-triple {
  margin-top: 4.614rem;
}
.leader-quadruple {
  margin-top: 6.152rem;
}
.trailer {
  margin-bottom: 1.538rem;
}
.trailer-double {
  margin-bottom: 3.076rem;
}
.trailer-triple {
  margin-bottom: 4.614rem;
}
.trailer-quadruple {
  margin-bottom: 6.152rem;
}

File

core/themes/claro/css/base/typography.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  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: 1.538rem;
  13. }
  14. .leader-double {
  15. margin-top: 3.076rem;
  16. }
  17. .leader-triple {
  18. margin-top: 4.614rem;
  19. }
  20. .leader-quadruple {
  21. margin-top: 6.152rem;
  22. }
  23. .trailer {
  24. margin-bottom: 1.538rem;
  25. }
  26. .trailer-double {
  27. margin-bottom: 3.076rem;
  28. }
  29. .trailer-triple {
  30. margin-bottom: 4.614rem;
  31. }
  32. .trailer-quadruple {
  33. margin-bottom: 6.152rem;
  34. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal