cdecdd9ee7
Add variables to allow easy modifications to color, font and also extending Style
11 lines
134 B
SCSS
11 lines
134 B
SCSS
.graph {
|
|
background: $color-gray-dark;
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
canvas {
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
}
|