floatingtoolbar.scss 274 B

12345678910111213
  1. // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. .ck-toolbar {
  4. .ck-toolbar_floating {
  5. position: absolute;
  6. display: none;
  7. &.ck-toolbar_active {
  8. display: block;
  9. }
  10. }
  11. }