index.css 467 B

12345678910111213141516171819202122
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. @import url('~@jupyterlab/default-theme/style/index.css');
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. #main {
  11. position: absolute;
  12. top: 10px;
  13. left: 10px;
  14. right: 10px;
  15. bottom: 10px;
  16. padding: 8px;
  17. }