ObjToSchematic/styles.css
2021-07-10 20:20:17 +01:00

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;
}