line_breaker.css 800 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. .fr-line-breaker {
  21. cursor: text;
  22. border-top: 1px solid #0098f7;
  23. position: fixed;
  24. z-index: 2;
  25. display: none; }
  26. .fr-line-breaker.fr-visible {
  27. display: block; }
  28. .fr-line-breaker a.fr-floating-btn {
  29. position: absolute;
  30. left: calc(50% - (40px / 2));
  31. top: -20px; }
  32. .fr-line-breaker a.fr-floating-btn svg {
  33. margin: 8px;
  34. height: 24px;
  35. width: 24px; }