| 1234567891011121314 |
- // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
- // For licensing, see LICENSE.md or http://ckeditor.com/license
- @include ck-editor {
- .ck-sticky-panel {
- .ck-sticky-panel__content_sticky {
- @include ck-drop-shadow();
- border-width: 0 1px 1px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
- }
- }
|