theme.scss 452 B

1234567891011121314151617
  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. }