| 12345678910111213141516171819 |
- // 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/helpers/_colors.scss';
- @import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_shadow.scss';
- @import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_states.scss';
- .ck-widget.image {
- figcaption {
- background-color: ck-color( 'foreground' );
- padding: 10px;
- &.focused {
- @include ck-focus-ring( 'outline' );
- @include ck-box-shadow( $ck-inner-shadow );
- background-color: ck-color( 'background' );;
- }
- }
- }
|