stickypanel.scss 351 B

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