theme.scss 474 B

12345678910111213141516171819
  1. // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. @import '~@ckeditor/ckeditor5-theme-lark/theme/theme.scss';
  4. // TODO move to make a common style with editor-classic.
  5. .ck-editor__editable {
  6. @include ck-rounded-corners();
  7. &.ck-focused {
  8. @include ck-focus-ring();
  9. @include ck-box-shadow( $ck-inner-shadow );
  10. }
  11. &_inline {
  12. overflow: auto;
  13. padding: 0 ck-spacing();
  14. }
  15. }