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

18 lines
No EOL
227 B
SCSS

.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;
}