special_characters.css 870 B

123456789101112131415161718192021222324252627282930313233
  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-popup .fr-buttons.fr-tabs .fr-special-character-category {
  21. padding: 10px 15px; }
  22. .fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
  23. font-weight: normal;
  24. font-size: 16px; }
  25. .fr-popup .fr-special-character {
  26. width: 24px;
  27. height: 24px; }
  28. @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  29. .fr-popup .fr-icon-container.fr-sc-container {
  30. width: 368px; } }