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

13 lines
200 B
SCSS
Raw Normal View History

2019-12-13 15:17:30 +01:00
body.cke_editable {
2019-12-13 15:37:44 +01:00
padding: {
top: $spacer * 2;
bottom: $spacer * 2;
}
2020-09-24 07:58:43 +02:00
pre {
background: $black-dark;
color: $white-dark;
padding: 0.5em;
}
2019-12-13 15:17:30 +01:00
}