mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(ckeditor): fix ckeditor styles
This commit is contained in:
parent
7c44a0b3fb
commit
3a9ecd2f64
2 changed files with 2 additions and 4 deletions
|
|
@ -14,7 +14,6 @@ export class Ckeditor {
|
|||
public config = {
|
||||
uiColor: '#F0F3F4',
|
||||
height: '600',
|
||||
extraPlugins: 'divarea',
|
||||
};
|
||||
|
||||
constructor() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
@import '../../../../theme/sass/conf/conf';
|
||||
|
||||
.cke_wysiwyg_div {
|
||||
padding: 20px !important;
|
||||
color: $ckeditor-text !important;
|
||||
.cke_source {
|
||||
color: $dropdown-text!important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue