help.css 578 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .help-includes {
  2. overflow: hidden !important;
  3. }
  4. .help-list__text {
  5. margin-left: 24px;
  6. }
  7. .help-iframe {
  8. width: 100%;
  9. height: 100%;
  10. margin: 0;
  11. padding: 0;
  12. border: 0;
  13. overflow: auto;
  14. }
  15. .help-wrapper {
  16. display: flex;
  17. justify-content: center;
  18. align-items: center;
  19. height: 100%;
  20. width: 100%;
  21. }
  22. .help-content__heading {
  23. text-align: center;
  24. padding: 20px;
  25. }
  26. .help-content {
  27. display: block;
  28. padding: 20px;
  29. }
  30. .help-content__body {
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. flex-wrap: wrap;
  35. }
  36. .help-content__body > .button {
  37. margin: 20px;
  38. }