8
0

theme.scss 509 B

123456789101112131415161718192021
  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. &.ck-focused {
  7. @include ck-focus-ring( 'outline' );
  8. @include ck-box-shadow( $ck-inner-shadow );
  9. }
  10. &_inline {
  11. overflow: auto;
  12. padding: 0 ck-spacing();
  13. }
  14. }
  15. .ck-body .ck-toolbar {
  16. @include ck-editor-toolbar();
  17. }