2017-07-18 02:21:45 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
2016-05-21 00:35:15 +08:00
|
|
|
|
2016-05-04 04:40:46 +08:00
|
|
|
.videoDock {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2016-05-20 23:02:57 +08:00
|
|
|
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
|
2016-05-21 00:35:15 +08:00
|
|
|
border-radius: .2rem;
|
2016-05-04 04:40:46 +08:00
|
|
|
}
|
2017-09-01 23:26:57 +08:00
|
|
|
|
|
|
|
.sharedWebcamVideo {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-12-21 04:06:27 +08:00
|
|
|
|
|
|
|
.sharedWebcamVideoLocal {
|
|
|
|
display: normal;
|
|
|
|
}
|