bigbluebutton-Github/bigbluebutton-html5/imports/ui/stylesheets/variables/video.scss
2019-06-24 15:37:17 -03:00

7 lines
180 B
SCSS

@import "../../stylesheets/variables/_all";
:root {
--video-height: calc((100vh - calc(var(--navbar-height) + var(--actionsbar-height))) * 0.2);
--video-ratio: calc(4 / 3);
}