page-title.pcss.css 198 B

1234567891011121314
  1. /**
  2. * @file
  3. * Page title.
  4. */
  5. @import "../base/variables.pcss.css";
  6. .page-title {
  7. /*
  8. Necessary to properly display the star icon from core's shortcut
  9. module.
  10. */
  11. display: inline;
  12. }