| 12345678910111213141516171819 |
- // Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
- // For licensing, see LICENSE.md or http://ckeditor.com/license
- @include ck-editor {
- .ck-toolbar.ck-toolbar_sticky {
- @include ck-drop-shadow();
- position: fixed;
- top: 0;
- border: 1px solid ck-border-color();
- border-width: 0 0 1px;
- background: ck-color( 'foreground' );
- &.ck-toolbar_sticky_bottom-limit {
- top: auto;
- position: absolute;
- }
- }
- }
|