bigbluebutton-Github/bigbluebutton-html5/app/client/stylesheets/verto.less

31 lines
555 B
Plaintext
Raw Normal View History

@import "variables";
2015-09-14 22:07:35 +08:00
#webcam {
background-color: black;
2015-09-14 22:07:35 +08:00
display: none;
width: 100%;
@media @landscape {
height: calc(~'100% - 40px') !important;
}
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
height: 66vh;
max-height: 66vh;
min-height: 66vh;
}
2015-09-14 22:07:35 +08:00
}
#screenshare {
padding: 5px;
}
.screenshareShow, .screenshareStart, .webcamStart, .webcamShow {
2015-09-16 00:34:59 +08:00
color: lime;
font-size: 30px;
}
.screenshareHide, .screenshareStop, .webcamStop, .webcamHide {
2015-09-16 00:34:59 +08:00
color: red;
font-size: 30px;
2015-09-14 22:07:35 +08:00
}