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

Breadcrumb

  1. Drupal Core 11.1.x

page-title.css

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css
  2. 11.1.x core/themes/olivero/css/components/page-title.css

Page title.

File

core/themes/claro/css/components/page-title.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. * @file
  9. * Page title.
  10. */
  11. .block-page-title-block {
  12. margin-block-end: var(--space-s);
  13. }
  14. .block-page-title-block:last-child {
  15. margin-block-end: var(--space-l);
  16. }
  17. .page-title {
  18. display: inline-block;
  19. margin: 0;
  20. font-size: var(--font-size-h1);
  21. -webkit-font-smoothing: antialiased;
  22. }
  23. .region-header > .page-title {
  24. /**
  25. * In this case page title is not rendered as a block ¯\_(ツ)_/¯.
  26. *
  27. * @see Drupal\system\Controller\BatchController::batchPage()
  28. */
  29. margin-block: var(--breadcrumb-height) var(--space-l);
  30. }
RSS feed
Powered by Drupal