emoticons.css 922 B

12345678910111213141516171819202122232425262728293031323334
  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-emoticon {
  21. width: 24px;
  22. height: 24px;
  23. font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; }
  24. .fr-popup .fr-emoticon img {
  25. height: 24px;
  26. width: 24px; }
  27. .fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  28. padding: 0 0 0 14px; }
  29. @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  30. .fr-popup .fr-icon-container.fr-emoticon-container {
  31. width: 368px; } }