Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch t/ckeditor5-theme-lark/107 into master
Browse files Browse the repository at this point in the history
Internal: Updated theme to match changes in ckeditor/ckeditor5-theme-lark#107.
  • Loading branch information
Reinmar committed Sep 6, 2017
2 parents a0a6a6f + 165d225 commit d5cb186
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions theme/imagecaption/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
@import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_spacing.scss';
@import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_fonts.scss';

@include ck-color-add( (
'image-caption-background': $ck-color-foreground,
'image-caption-text': $ck-color-text
) );

.ck-editor__editable {
.image > figcaption {
background-color: ck-color( 'foreground' );
color: ck-color( 'image-caption-text' );
background-color: ck-color( 'image-caption-background' );
padding: ck-spacing();
font-size: ck-font-size( -1 );
color: ck-color( 'text', 40 );
outline-offset: -1px;
}
}

0 comments on commit d5cb186

Please sign in to comment.