bigbluebutton-Github/bigbluebutton-html5/imports/ui/stylesheets/variables/video.scss

7 lines
180 B
SCSS
Raw Normal View History

2019-05-28 06:06:52 +08:00
@import "../../stylesheets/variables/_all";
:root {
--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);
}