N°7552 - CKEditor: Include CKE styles in the backoffice theme and emails style

This commit is contained in:
Molkobain
2024-07-23 11:52:39 +02:00
parent 377e06d99a
commit 086d2f0ba4
8 changed files with 57 additions and 17 deletions

View File

@@ -8,7 +8,7 @@
@import "../../../node_modules/bulma-scss/utilities/all";
@import "../../../node_modules/bulma-scss/base/all";
@import "../../../node_modules/bulma-scss/elements/content";
@import "ckeditor";
@import "ckeditor/all";
@import "c3";
@import "tippy";
@import "jqueryui";

View File

@@ -0,0 +1,7 @@
/*!
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
@import "../../../../js/ckeditor/build/compiled-theme"; /* CKEditor content styles (tables, lists, ...) */
@import "overloads"; /* Overloads of CKEditor styles for the backoffice */