1234567891011121314151617181920212223242526 |
- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- .jp-RenderedVegaCommon3 .vega-actions a {
- margin-right: 8px;
- font-size: var(--jp-ui-font-size1);
- color: var(--jp-ui-font-color2);
- }
- .jp-RenderedVegaCommon3
- {
- margin-left: 8px;
- margin-top: 8px;
- }
- .jp-MimeDocument .jp-RenderedVegaCommon3 {
- padding: 16px;
- }
- .vega canvas {
- background: var(--jp-vega-background);
- }
|