2015-10-17 00:08:10 +08:00
|
|
|
@import "variables";
|
|
|
|
|
2015-09-14 22:07:35 +08:00
|
|
|
#webcam {
|
2015-10-17 00:08:10 +08:00
|
|
|
background-color: black;
|
2015-09-14 22:07:35 +08:00
|
|
|
display: none;
|
2015-10-17 00:08:10 +08:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2015-09-16 03:06:18 +08:00
|
|
|
.screenshareShow, .screenshareStart, .webcamStart, .webcamShow {
|
2015-09-16 00:34:59 +08:00
|
|
|
color: lime;
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
|
2015-09-16 03:06:18 +08:00
|
|
|
.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
|
|
|
}
|