image_tui.css 746 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*!
  2. * froala_editor v3.0.3 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2019 Froala Labs
  5. */
  6. .clearfix::after {
  7. clear: both;
  8. display: block;
  9. content: "";
  10. height: 0; }
  11. .hide-by-clipping {
  12. position: absolute;
  13. width: 1px;
  14. height: 1px;
  15. padding: 0;
  16. margin: -1px;
  17. overflow: hidden;
  18. clip: rect(0, 0, 0, 0);
  19. border: 0; }
  20. .tui-image-editor-container {
  21. position: fixed;
  22. top: 0;
  23. left: 0;
  24. bottom: 0;
  25. right: 0;
  26. height: 100%;
  27. width: 100%;
  28. z-index: 10; }
  29. .tui-editor-cancel-btn {
  30. background-color: #FFF;
  31. border: 1px solid #CCCCCC;
  32. color: #222; }
  33. .tui-editor-save-btn {
  34. background-color: #fdba3b;
  35. border: 1px solid #fdba3b;
  36. color: #FFF; }