render: map composing (working)

This commit is contained in:
muerwre 2018-11-27 17:18:15 +07:00
parent 2eb398ef6b
commit 4747c918e2
9 changed files with 122 additions and 7 deletions

View file

@ -8,6 +8,7 @@
@import 'logo.less';
@import 'user-button.less';
@import 'save.less';
@import 'renderer.less';
body {
font-family: 'Rubik', sans-serif;

15
src/styles/renderer.less Normal file
View file

@ -0,0 +1,15 @@
.renderer-shade {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background: rgba(0, 0, 0, 0.5);
//canvas {
// width: 50vw;
// height: 50vh;
//}
}