index.css 610 B

1234567891011121314151617181920212223
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-FAQ {
  6. font-family: var(--jp-content-font-family);
  7. line-height: var(--jp-content-line-height);
  8. font-size: var(--jp-content-font-size1);
  9. color: var(--jp-content-font-color1);
  10. outline: none;
  11. display: flex;
  12. flex-direction: column;
  13. min-width: 240px;
  14. min-height: 120px;
  15. }
  16. .jp-FAQ-content {
  17. overflow-y: auto;
  18. padding: 32px;
  19. }