UNPKG

@ckeditor/ckeditor5-ai

Version:

AI features for CKEditor 5.

40 lines (34 loc) 1.13 kB
/* * What you're currently looking at is the source code of a legally protected, proprietary software. * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated, * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property. * * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-ai-chat-controls-model-unavailable-message { border: 1px solid hsl(262, 51%, 80%); border-radius: 4px; background-color: hsla(263, 59%, 52%, 0.051); p { white-space: normal; line-height: 1.4; padding: var(--ck-spacing-large); button.ck-ai-chat-controls__start-new-chat-button { background: none; border: none; padding: 0; cursor: default; vertical-align: baseline; color: var(--ck-ai-chat-color-text); text-decoration: underline; &:hover { background: none; } &:active, &:focus { background: none; box-shadow: none; } } } }