formheader.css 376 B

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