hippie/source/style/modules/ui/_drag_module.scss
sthag 3b380e954a 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
2025-06-19 16:21:09 +02:00

17 lines
No EOL
212 B
SCSS

.body_drag {
@extend .body_ui;
button {
@extend .button_io;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}
#space {
position: relative;
height: 100%;
background-color: $color-dark;
}
}