base.css 451 B

1234567891011121314151617
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-RenderedVegaCommon4 {
  6. margin-left: 8px;
  7. margin-top: 8px;
  8. }
  9. .jp-MimeDocument .jp-RenderedVegaCommon4 {
  10. padding: 16px;
  11. }
  12. .vega canvas {
  13. background: var(--jp-vega-background);
  14. }