feat: Changes to ui form and drag

- Use common styles
- Move NewDiv class to external script
- Align script for form and drag pages
This commit is contained in:
sthag 2025-05-15 20:00:51 +02:00
parent ad150fadf2
commit 8937b36a1e
5 changed files with 165 additions and 128 deletions

View file

@ -1,18 +1,18 @@
.body_drag {
height: 100vh;
// padding: $space_basic;
button {
@extend .io_button;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}
}
#space {
position: relative;
height: 100%;
background-color: $color-dark;
}
#addFrame {
@extend .io_button;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}