three.cad/src/app.css

20 lines
229 B
CSS
Raw Normal View History

2021-03-28 20:00:31 +08:00
2021-04-01 16:20:50 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2021-03-29 02:54:05 +08:00
.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-04-01 16:20:50 +08:00
/* .feature-tree {
2021-03-27 03:18:11 +08:00
color: red;
position: absolute;
right:0;
2021-04-01 16:20:50 +08:00
} */