three.cad/src/app.scss

22 lines
243 B
SCSS
Raw Normal View History

2021-03-28 20:00:31 +08:00
#react {
2021-03-29 02:54:05 +08:00
// position: absolute;
// right:0;
// bottom:0;
}
.buttons-group {
2021-03-28 20:00:31 +08:00
position: absolute;
2021-03-29 02:54:05 +08:00
left:0;
display: flex;
flex-direction: column;
2021-03-28 20:00:31 +08:00
}
2021-03-29 02:54:05 +08:00
2021-03-28 20:00:31 +08:00
.feature-tree {
2021-03-27 03:18:11 +08:00
color: red;
position: absolute;
right:0;
2021-03-29 02:54:05 +08:00
// bottom:0;
}