living-together/source/Page/Laboratory/Laboratory.scss

11 lines
203 B
SCSS

div.main-canvas {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba($color: #000000, $alpha: .9);
div.canvas {
width: 100%;
height: 100%;
}
}