mirror of
https://github.com/koel/koel
synced 2025-01-02 07:48:44 +00:00
9 lines
104 B
SCSS
9 lines
104 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "partials/_vars.scss";
|
||
|
|
||
|
body, html {
|
||
|
height: 100%;
|
||
|
position: relative;
|
||
|
}
|