ObjToSchematic/styles.css

25 lines
339 B
CSS
Raw Normal View History

2021-07-01 23:16:32 +08:00
body {
2021-07-11 03:20:17 +08:00
margin: 0;
2021-07-01 23:16:32 +08:00
}
2021-07-04 23:02:20 +08:00
2021-07-01 23:16:32 +08:00
canvas {
position: absolute;
width: 100%;
2021-07-11 03:20:17 +08:00
height: 100%;
background-color: #101214;
2021-07-04 23:02:20 +08:00
}
2021-07-11 03:20:17 +08:00
.toolbar {
position: absolute;
width: 100%;
height: 58px;
padding-top: 10px;
2021-07-15 22:14:34 +08:00
background-color: rgba(0, 0, 0, .25);
backdrop-filter: blur(10px);
2021-07-07 06:18:24 +08:00
}
2021-07-11 03:20:17 +08:00
.canvas-toast {
position:absolute;
left:10px;
top:68px;
2021-07-01 23:16:32 +08:00
}