/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ @import './variables.css'; @import './callstack.css'; @import './breakpoints.css'; @import './icons.css'; @import './sidebar.css'; @import './editors.css'; .jp-Debugger { background: var(--jp-layout-color1); top: 0; bottom: 0; } /* font awesome */ .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; } .fa-caret-down:before { content: '\F0D7'; } /* svg icons */