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