breakpoints.css 404 B

123456789101112131415
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-DebuggerBreakpoints-body {
  6. padding: 10px;
  7. }
  8. .jp-breakpoint-marker {
  9. position: absolute;
  10. left: -35px;
  11. top: -1px;
  12. color: #f22;
  13. }