| 123456789101112131415161718192021 |
- // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
- // For licensing, see LICENSE.md or http://ckeditor.com/license
- @import '~@ckeditor/ckeditor5-theme-lark/theme/theme.scss';
- // TODO move to make a common style with editor-classic.
- .ck-editor__editable {
- &.ck-focused {
- @include ck-focus-ring( 'outline' );
- @include ck-box-shadow( $ck-inner-shadow );
- }
- &_inline {
- overflow: auto;
- padding: 0 ck-spacing();
- }
- }
- .ck-body .ck-toolbar {
- @include ck-editor-toolbar();
- }
|