Move some CSS vars to ckeditor, align variable overload in portal and backoffice

This commit is contained in:
Stephen Abello
2026-04-23 14:15:39 +02:00
parent 008eb7ae5b
commit 51531a3ced
6 changed files with 17 additions and 17 deletions

View File

@@ -38,13 +38,9 @@ $ibo-vendors-ckeditor--ck-mentions--item--padding-y: $ibo-spacing-200 !default;
--ck-text-small-font-size: #{$ibo-vendors-ckeditor--ck-text-small-font-size};
--ck-text-big-font-size: #{$ibo-vendors-ckeditor--ck-text-big-font-size};
--ck-text-huge-font-size: #{$ibo-vendors-ckeditor--ck-text-huge-font-size};
--ck-content-font-size: #{$ibo-font-size-100} !important; /* Important to overload the CKE native rule */
--ck-content-font-family: #{$ibo-font-family-base}, #{$ibo-font-family-fallbacks};
--ck-color-image-caption-text: #{$ibo-vendors-ckeditor--ck-color-image-caption-text};
--ck-icon-size: 1.3rem;
--ck-ui-component-min-height: 1rem;
}
/* Base style */