|
|
@@ -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-form-header-height: 38px;
|
|
|
+}
|
|
|
+
|
|
|
+.ck.ck-form__header {
|
|
|
+ padding: var(--ck-spacing-small) var(--ck-spacing-large);
|
|
|
+ height: var(--ck-form-header-height);
|
|
|
+ line-height: var(--ck-form-header-height);
|
|
|
+ border-bottom: 1px solid var(--ck-color-base-border);
|
|
|
+
|
|
|
+ & .ck-form__header__label {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+}
|