page-title.pcss.css
Same filename in this branch
Same filename and directory in other branches
Page title.
File
-
core/
themes/ claro/ css/ components/ page-title.pcss.css
View source
- /**
- * @file
- * Page title.
- */
-
- .block-page-title-block {
- margin-block-end: var(--space-s);
-
- &:last-child {
- margin-block-end: var(--space-l);
- }
- }
-
- .page-title {
- display: inline-block;
- margin: 0;
- font-size: var(--font-size-h1);
- -webkit-font-smoothing: antialiased;
-
- .region-header >
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.