bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-dock/styles.scss
2017-09-01 12:26:57 -03:00

22 lines
318 B
SCSS
Executable File

@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;
}
.secretButtons {
}
.sharedWebcamVideo {
display: none;
}