12 lines
225 B
SCSS
12 lines
225 B
SCSS
div.main-canvas {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba($color: #000000, $alpha: .9);
|
|
|
|
div.canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: grab;
|
|
}
|
|
} |