index.css 563 B

123456789101112
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. @import url('~font-awesome/css/font-awesome.min.css');
  6. /* Phosphor needs to be imported before local styles */
  7. @import url('~@phosphor/widgets/style/index.css');
  8. @import url('~@jupyterlab/apputils/style/index.css');
  9. @import url('~@jupyterlab/docregistry/style/index.css');
  10. @import url('./base.css');