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

Breadcrumb

  1. Drupal Core 11.1.x

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. }
RSS feed
Powered by Drupal