blob: 315f3b222215be43671476caebb88a13c5c50f0e [file] [log] [blame]
plot-summary-sk {
resize: both;
overflow: hidden;
min-width: 200px;
min-height: 200px;
position: relative;
padding: 0;
border: 0;
color: #000000;
background: #ffffff;
canvas {
position: absolute;
top: 0;
left: 0;
}
.plot {
position: absolute;
top: 0;
left: 0;
}
}
@import '../themes/themes.scss';
.body-sk plot-summary-sk {
color: var(--on-background);
background: var(--background);
}