| 1234567891011121314151617181920 |
- // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
- // For licensing, see LICENSE.md or http://ckeditor.com/license
- .ck-heading_heading {
- &1 {
- font-size: 1.5em;
- }
- &2 {
- font-size: 1.3em;
- }
- &3 {
- font-size: 1.1em;
- }
- }
- [class*="ck-heading_heading"] {
- font-weight: bold;
- }
|