ckeditor-frame.pcss.css
Same filename in this branch
Same filename in other branches
CKEditor frame styles.
File
-
core/
themes/ olivero/ css/ theme/ ckeditor-frame.pcss.css
View source
- /**
- * @file
- * CKEditor frame styles.
- */
- /** cspell:ignore grouptitle */
-
- @import "../base/variables.pcss.css";
-
- .cke_editable {
- margin: var(--sp1);
- background-image: none;
- }
-
- [dir].cke_panel_container body {
- background: var(--color--white);
- }
-
- .cke_panel_listItem a > * {
- margin-block: 0;
- }
-
- .cke_panel_grouptitle {
- margin: 0;
- }
-
- .cke_editable blockquote {
- margin-inline-start: var(--sp3);
- }
-
- .cke_editable .align-right {
- margin-inline-end: 0;
- }
-
- .cke_editable .align-left {
- margin-inline-start: 0;
- }
-
- .cke_image_resizer_wrapper {
- vertical-align: top;
- }
-
- figure.cke_widget_element {
- margin: 0;
- }
-
- figcaption.cke_widget_editable {
- background-color: var(--color--white);
- }
-
- .cke_panel_list {
- margin-inline-start: 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.