| 123456789101112131415 |
- /*
- * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
- .ck.ck-form__header {
- padding: 0 var(--ck-spacing-large);
- height: 38px;
- line-height: 38px;
- border-bottom: 1px solid var(--ck-color-base-border);
- & .ck-form__header__label {
- font-weight: bold;
- }
- }
|