20 lines
332 B
SCSS
20 lines
332 B
SCSS
@import "../../../../css/static/mixin";
|
|
|
|
/* FIXME: Remove this wired import */
|
|
:global {
|
|
@import "../../../../css/static/general";
|
|
@import "../../../../css/static/modal";
|
|
}
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
height: 100vh;
|
|
width: 100vw;
|
|
|
|
background: #19191b;
|
|
color: #999;
|
|
|
|
overflow: hidden;
|
|
}
|