UNPKG

@ckeditor/ckeditor5-theme-lark

Version:

A bright theme for CKEditor 5.

27 lines (21 loc) 601 B
/* * 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 */ @import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css"; .ck.ck-character-info { padding: var(--ck-spacing-small) var(--ck-spacing-large); border-top: 1px solid var(--ck-color-base-border); & > * { text-transform: uppercase; font-size: var(--ck-font-size-small); } & .ck-character-info__name { max-width: 280px; text-overflow: ellipsis; overflow: hidden; } & .ck-character-info__code { opacity: .6; } }