8
0

theme.scss 312 B

1234567891011121314151617181920
  1. // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. .ck-heading_heading {
  4. &1 {
  5. font-size: 1.5em;
  6. }
  7. &2 {
  8. font-size: 1.3em;
  9. }
  10. &3 {
  11. font-size: 1.1em;
  12. }
  13. }
  14. [class*="ck-heading_heading"] {
  15. font-weight: bold;
  16. }