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

13 lines
194 B
SCSS
Raw Normal View History

2022-12-06 08:18:42 +01:00
.ck-content {
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
}