fix(ckeditor): fix ckeditor loader

This commit is contained in:
Alexander Zhukov 2017-01-21 16:13:08 +03:00
parent 54756fca99
commit c15fee6eb6
4 changed files with 11 additions and 9 deletions

View file

@ -13,6 +13,7 @@ $border-light: rgba(255, 255, 255, 0.3); // lighter version of border color (for
$input-border: rgba(255, 255, 255, 0.6); // input border color
$input-background: rgba(255, 255, 255, 0.1); // input border color for hover
$dropdown-text: #7d7d7d; // dropdown text color
$ckeditor-text: #333;
// sidebar colors
$sidebar: #282828;