This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/scss/modules/_forcegraph.scss

12 lines
173 B
SCSS

.graph {
background: $color-gray-dark;
font: $font-size-small $font-family;
height: 100%;
width: 100%;
canvas {
display: block;
position: absolute;
}
}