help.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  21. text-align: left;
  22. padding: 20px 20px 10px; }
  23. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  24. border-collapse: collapse;
  25. font-size: 14px;
  26. line-height: 1.5;
  27. width: 100%; }
  28. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
  29. margin-top: 20px; }
  30. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  31. border: 0; }
  32. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
  33. text-align: left; }
  34. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th, .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  35. padding: 6px 0 4px; }
  36. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  37. border-bottom: solid 1px #ebebeb; }
  38. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  39. width: 60%;
  40. color: #646464; }
  41. .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  42. letter-spacing: 0.5px; }