feat: Changes to style and logic for ui parts

- Update hippie styles
- Move top element for new page to header macro
- Reassign ui and example collections
This commit is contained in:
sthag 2025-06-19 16:21:09 +02:00
parent 08e258d7aa
commit 3b380e954a
13 changed files with 79 additions and 92 deletions

View file

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