index.css 750 B

123456789101112131415161718192021222324252627282930313233
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. @import './variables.css';
  6. @import './callstack.css';
  7. @import './breakpoints.css';
  8. @import './icons.css';
  9. @import './sidebar.css';
  10. @import './editors.css';
  11. .jp-Debugger {
  12. background: var(--jp-layout-color1);
  13. top: 0;
  14. bottom: 0;
  15. }
  16. /* font awesome */
  17. .fa {
  18. display: inline-block;
  19. font: normal normal normal 14px/1 FontAwesome;
  20. font-size: inherit;
  21. text-rendering: auto;
  22. -webkit-font-smoothing: antialiased;
  23. }
  24. .fa-caret-down:before {
  25. content: '\F0D7';
  26. }
  27. /* svg icons */