ObjToSchematic/styles.css
2021-08-14 16:34:35 +01:00

35 lines
487 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: rgba(0, 0, 0, .25);
backdrop-filter: blur(10px);
}
.canvas-toast {
position:absolute;
left:10px;
top:68px;
}
.custom-modal-background {
background-color: rgba(0, 0, 0, .25);
backdrop-filter: blur(5px);
}
.debug {
border: 1px;
border-color: red;
}