2019-05-28 06:06:52 +08:00
|
|
|
@import "../../stylesheets/variables/_all";
|
|
|
|
|
|
|
|
:root {
|
2019-06-25 02:37:17 +08:00
|
|
|
--video-height: calc((100vh - calc(var(--navbar-height) + var(--actionsbar-height))) * 0.2);
|
2019-05-28 06:06:52 +08:00
|
|
|
--video-ratio: calc(4 / 3);
|
|
|
|
}
|