mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-12-21 03:09:14 +08:00
24 lines
297 B
CSS
24 lines
297 B
CSS
body {
|
|
margin: 0;
|
|
}
|
|
|
|
canvas {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #101214;
|
|
}
|
|
|
|
.toolbar {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 58px;
|
|
padding-top: 10px;
|
|
background-color: #212529;
|
|
}
|
|
|
|
.canvas-toast {
|
|
position:absolute;
|
|
left:10px;
|
|
top:68px;
|
|
} |