
| Current Path : /var/www/html/pallets/web/core/modules/ckeditor5/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/pallets/web/core/modules/ckeditor5/css/heading.admin.css |
/**
* @file
* 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.
*/
.ck.ck-heading_heading1 {
font-size: 20px;
}
.ck.ck-heading_heading2 {
font-size: 17px;
}
.ck.ck-heading_heading3 {
font-size: 14px;
}
.ck[class*="ck-heading_heading"] {
font-weight: bold;
}