linkimage.css 405 B

123456789101112131415161718
  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. .ck.ck-link-image_icon {
  6. position: absolute;
  7. top: var(--ck-spacing-medium);
  8. right: var(--ck-spacing-medium);
  9. width: 18px;
  10. height: 18px;
  11. padding: 5px;
  12. border-radius: var(--ck-border-radius);
  13. & svg {
  14. fill: currentColor;
  15. }
  16. }