switchbutton.css 354 B

1234567891011121314151617181920
  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. position: relative;
  7. & .ck-button__toggle {
  8. display: block;
  9. & .ck-button__toggle__inner {
  10. display: block;
  11. }
  12. }
  13. &.ck-on .ck-button__toggle .ck-button__toggle__inner {
  14. float: right;
  15. }
  16. }