18 lines
227 B
SCSS
18 lines
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;
|
||
|
|
}
|