2025-04-14 20:16:10 +02:00
|
|
|
.body_drag {
|
2025-06-19 16:21:09 +02:00
|
|
|
@extend .body_ui;
|
2025-05-15 20:00:51 +02:00
|
|
|
|
|
|
|
|
button {
|
2025-06-19 16:21:09 +02:00
|
|
|
@extend .button_io;
|
2025-05-15 20:00:51 +02:00
|
|
|
position: fixed;
|
|
|
|
|
top: 8px;
|
|
|
|
|
right: 8px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2025-04-14 20:16:10 +02:00
|
|
|
|
2025-06-19 16:21:09 +02:00
|
|
|
#space {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: $color-dark;
|
|
|
|
|
}
|
2025-04-14 20:16:10 +02:00
|
|
|
}
|