TeaWeb/loader/css/index.scss

15 lines
175 B
SCSS
Raw Permalink Normal View History

body {
padding: 0;
margin: 0;
background: #1e1e1e;
}
*, :before, :after {
box-sizing: border-box;
outline: none;
}
@import "loader";
@import "overlay";