hopglass/scss/modules/_forcegraph.scss
Xaver Maierhofer ed06ff6b09 [!!!][TASK] Refactor Scss, add Sass-lint and adjust styling
Add variables to allow easy modifications to color, font and also extending Style
2017-03-18 20:06:42 +01:00

11 lines
134 B
SCSS

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