8
0

imageuploadloader.css 367 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-upload-placeholder-loader {
  6. position: absolute;
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. top: 0;
  11. left: 0;
  12. &::before {
  13. content: '';
  14. position: relative;
  15. }
  16. }