UNPKG

@steroidsjs/ckeditor5

Version:

The development environment of CKEditor 5 – the best browser-based rich text editor.

17 lines (13 loc) 404 B
/* * Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @import "../../../mixins/_shadow.css"; .ck.ck-sticky-panel { & .ck-sticky-panel__content_sticky { @mixin ck-drop-shadow; border-width: 0 1px 1px; border-top-left-radius: 0; border-top-right-radius: 0; } }