- Update hippie styles - Move top element for new page to header macro - Reassign ui and example collections
17 lines
No EOL
212 B
SCSS
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;
|
|
}
|
|
} |