mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
8 lines
104 B
SCSS
8 lines
104 B
SCSS
@charset "utf-8";
|
|
|
|
@import "partials/_vars.scss";
|
|
|
|
body, html {
|
|
height: 100%;
|
|
position: relative;
|
|
}
|