- Use common styles - Move NewDiv class to external script - Align script for form and drag pages
18 lines
No EOL
231 B
SCSS
18 lines
No EOL
231 B
SCSS
.body_drag {
|
|
height: 100vh;
|
|
// padding: $space_basic;
|
|
|
|
button {
|
|
@extend .io_button;
|
|
position: fixed;
|
|
top: 8px;
|
|
right: 8px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
#space {
|
|
position: relative;
|
|
height: 100%;
|
|
background-color: $color-dark;
|
|
} |