index.css 724 B

1234567891011121314151617181920212223242526272829303132
  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. .jp-Debugger {
  11. background: var(--jp-layout-color1);
  12. top: 0;
  13. bottom: 0;
  14. }
  15. /* font awsome */
  16. .fa {
  17. display: inline-block;
  18. font: normal normal normal 14px/1 FontAwesome;
  19. font-size: inherit;
  20. text-rendering: auto;
  21. -webkit-font-smoothing: antialiased;
  22. }
  23. .fa-caret-down:before {
  24. content: '\F0D7';
  25. }
  26. /* svg icons */