index.css 485 B

12345678910111213141516
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-StatusItem-kernel {
  6. background-image: url('./kernel-icon.svg');
  7. }
  8. .jp-StatusItem-terminal {
  9. background-image: url('./terminal-icon.svg');
  10. }
  11. .jp-StatusItem-line-form {
  12. background-image: url('./line-form.svg');
  13. }