heading.admin.css

Same filename and directory in other branches
  1. 10 core/modules/ckeditor5/css/heading.admin.css
  2. 9 core/modules/ckeditor5/css/heading.admin.css

Styles for header options in the admin UI.

These styles are copied from CKEditor 5's editor styles, which load when an editor is present, but are not guaranteed to load in the admin UI.

File

core/modules/ckeditor5/css/heading.admin.css

View source
  1. /**
  2. * @file
  3. * Styles for header options in the admin UI.
  4. *
  5. * These styles are copied from CKEditor 5's editor styles, which load when an
  6. * editor is present, but are not guaranteed to load in the admin UI.
  7. */
  8. .ck.ck-heading_heading1 {
  9. font-size: 20px;
  10. }
  11. .ck.ck-heading_heading2 {
  12. font-size: 17px;
  13. }
  14. .ck.ck-heading_heading3 {
  15. font-size: 14px;
  16. }
  17. .ck[class*="ck-heading_heading"] {
  18. font-weight: bold;
  19. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.