font_awesome.css 858 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-icon.fr-fa-icon {
  21. width: 18px;
  22. padding: 8px;
  23. margin: 6px;
  24. font-size: 16px; }
  25. @supports not (-ms-high-contrast: none) {
  26. .fr-popup .fr-icon-container.fr-fa-container {
  27. grid-template-columns: repeat(auto-fill, minmax(45px, 45px)); } }
  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-fa-container {
  30. width: 506px; } }