switchbutton.css 256 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck.ck-button.ck-switchbutton {
  6. & .ck-button__toggle {
  7. display: block;
  8. & .ck-button__toggle__inner {
  9. display: block;
  10. }
  11. }
  12. }