bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-dock/styles.scss

23 lines
346 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
2016-05-21 00:35:15 +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;
}
2017-09-01 23:26:57 +08:00
.sharedWebcamVideo {
display: none;
}
.sharedWebcamVideoLocal {
display: normal;
}