ds-site/Resources/Private/Sass/Frontend/components/_ckeditor.scss

12 lines
200 B
SCSS

body.cke_editable {
padding: {
top: $spacer * 2;
bottom: $spacer * 2;
}
pre {
background: $black-dark;
color: $white-dark;
padding: 0.5em;
}
}