mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
render: map composing (working)
This commit is contained in:
parent
2eb398ef6b
commit
4747c918e2
9 changed files with 122 additions and 7 deletions
|
@ -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
15
src/styles/renderer.less
Normal 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;
|
||||
//}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue