bigbluebutton-Github/client/bbb-html5-client/assets/css/video.less
2014-01-06 08:44:15 -08:00

11 lines
150 B
Plaintext

#video {
display: none;
top: 6vh;
right: 0;
background: blue;
z-index: @z-index-video;
width: auto;
height: 30vh;
overflow: hidden;
}