8
0

htmlembed.css 546 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. /* The feature container. */
  6. .ck-widget.raw-html-embed {
  7. /* Give the embed some air. */
  8. margin: 1em auto;
  9. position: relative;
  10. clear: both;
  11. /* The switch mode button wrapper. */
  12. & .raw-html-embed__buttons-wrapper {
  13. position: absolute;
  14. display: flex;
  15. flex-direction: column;
  16. }
  17. }
  18. .ck-content .raw-html-embed {
  19. /* Give the embed some air. */
  20. margin: 1em auto;
  21. }