spell_checker.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. .examples-variante > a {
  21. font-size: 14px;
  22. font-family: Arial, Helvetica, sans-serif; }
  23. .sc-cm-holder > .sc-cm {
  24. border-top: 5px solid #222222 !important;
  25. padding: 0 !important;
  26. line-height: 200% !important; }
  27. .sc-cm .sc-cm__item.examples-variante.sc-cm__item_active > a > i {
  28. display: none !important; }
  29. .sc-cm .sc-cm__item.examples-variante > a > i {
  30. display: none !important; }
  31. .sc-cm__item_dropdown .i-icon {
  32. display: none !important; }
  33. .sc-cm__item_dropdown .i-icon::before {
  34. display: none !important; }
  35. .sc-cm::before {
  36. display: none !important; }
  37. div.sc-cm-holder.sc-cm_show > ul > li.sc-cm__item.sc-cm__item_dropdown.sc-cm__item_arrow > div > ul {
  38. border-style: none !important;
  39. padding: 0 !important; }
  40. .sc-cm__item_dropdown:hover > a, .sc-cm a:hover {
  41. background-color: #ebebeb !important; }
  42. .sc-cm__item_active > a, .sc-cm__item_active > a:hover, .sc-cm a:active, .sc-cm a:focus {
  43. background-color: #d6d6d6 !important; }
  44. .sc-cm__item > a {
  45. line-height: 200% !important; }
  46. .sc-cm-holder > .sc-cm:before {
  47. background-color: #ebebeb !important; }
  48. .sc-cm-holder {
  49. display: none; }