|
|
@@ -0,0 +1,14 @@
|
|
|
+// 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/_rounded.scss';
|
|
|
+@import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_spacing.scss';
|
|
|
+
|
|
|
+@include ck-color-add( ( 'code': rgba( 200, 200, 200, 0.3 ) ) );
|
|
|
+
|
|
|
+code {
|
|
|
+ background-color: ck-color( 'code' );
|
|
|
+ padding: ck-spacing( 'tiny' );
|
|
|
+ border-radius: $ck-border-radius;
|
|
|
+}
|