fix(ckeditor): fix ckeditor styles

This commit is contained in:
Alexander Zhukov 2017-01-23 12:48:57 +03:00
parent 7c44a0b3fb
commit 3a9ecd2f64
2 changed files with 2 additions and 4 deletions

View file

@ -14,7 +14,6 @@ export class Ckeditor {
public config = { public config = {
uiColor: '#F0F3F4', uiColor: '#F0F3F4',
height: '600', height: '600',
extraPlugins: 'divarea',
}; };
constructor() { constructor() {

View file

@ -1,6 +1,5 @@
@import '../../../../theme/sass/conf/conf'; @import '../../../../theme/sass/conf/conf';
.cke_wysiwyg_div { .cke_source {
padding: 20px !important; color: $dropdown-text!important;
color: $ckeditor-text !important;
} }