linkimage.css 430 B

12345678910111213141516171819
  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: 28px;
  10. height: 28px;
  11. padding: 4px;
  12. box-sizing: border-box;
  13. border-radius: var(--ck-border-radius);
  14. & svg {
  15. fill: currentColor;
  16. }
  17. }