meshviewer/scss/modules/_forcegraph.scss
Xaver Maierhofer cdecdd9ee7 [!!!][TASK] Refactor Scss, add Sass-lint and adjust styling
Add variables to allow easy modifications to color, font and also extending Style
2016-05-29 15:22:21 +02:00

11 lines
134 B
SCSS

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