hippie/source/style/modules/ui/_drag_module.scss

18 lines
227 B
SCSS
Raw Normal View History

2025-04-14 20:16:10 +02:00
.body_drag {
height: 100vh;
// padding: $space_basic;
}
#space {
position: relative;
height: 100%;
background-color: $color-dark;
}
#addFrame {
@extend .io_button;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}