|
@@ -34,11 +34,16 @@
|
|
|
& .raw-html__preview {
|
|
& .raw-html__preview {
|
|
|
width: calc(100% - 37px - var(--ck-spacing-standard));
|
|
width: calc(100% - 37px - var(--ck-spacing-standard));
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+
|
|
|
|
|
+ & > table {
|
|
|
|
|
+ margin-left: auto;
|
|
|
|
|
+ margin-right: auto;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Mode: preview the HTML. */
|
|
/* Mode: preview the HTML. */
|
|
|
&.raw-html--display-preview {
|
|
&.raw-html--display-preview {
|
|
|
- background: #f0f0f0;
|
|
|
|
|
|
|
+ background-color: var(--ck-color-base-foreground);
|
|
|
|
|
|
|
|
& .raw-html__source {
|
|
& .raw-html__source {
|
|
|
display: none;
|
|
display: none;
|