@ckeditor/ckeditor5-theme-lark
Version:
A bright theme for CKEditor 5.
18 lines (14 loc) • 539 B
CSS
/*
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
.ck.ck-labeled-input .ck-labeled-input__status {
font-size: var(--ck-font-size-small);
margin-top: var(--ck-spacing-small);
/* Let the info wrap to the next line to avoid stretching the layout horizontally.
The status could be very long. */
white-space: normal;
}
.ck.ck-labeled-input .ck-labeled-input__status_error {
color: var(--ck-color-base-error);
}