htmlembed.css 532 B

1234567891011121314151617181920212223
  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. /* The switch mode button wrapper. */
  11. & .raw-html-embed__buttons-wrapper {
  12. position: absolute;
  13. display: flex;
  14. flex-direction: column;
  15. }
  16. }
  17. .ck-content .raw-html-embed {
  18. /* Give the embed some air. */
  19. margin: 1em auto;
  20. }