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 = {
uiColor: '#F0F3F4',
height: '600',
extraPlugins: 'divarea',
};
constructor() {

View file

@ -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;
}