bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-dock/styles.scss
prlanzarin 7d5a722e12 Removed router for video-menu
Also removed unused class in video-dock css
2017-12-08 16:53:28 +00:00

19 lines
298 B
SCSS

@import "/imports/ui/stylesheets/variables/_all";
.videoDock {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
border-radius: .2rem;
}
.sharedWebcamVideo {
display: none;
}