Skip to content

Commit

Permalink
Merge pull request #275 from ckeditor/i/6507
Browse files Browse the repository at this point in the history
Internal: Moved part of the form header component styling from ckeditor5-ui to the theme (see #6507).
  • Loading branch information
oleq authored Apr 3, 2020
2 parents b3defec + 298d9c7 commit 06f98fe
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

:root {
--ck-table-form-header-height: 38px;
}

.ck.ck-form__header {
padding: var(--ck-spacing-small) var(--ck-spacing-large);
height: var(--ck-table-form-header-height);
line-height: var(--ck-table-form-header-height);
border-bottom: 1px solid var(--ck-color-base-border);

& .ck-form__header__label {
font-weight: bold;
}
}

0 comments on commit 06f98fe

Please sign in to comment.