bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-dock/styles.scss
2016-07-27 14:50:35 -07:00

16 lines
360 B
SCSS
Executable File

@import "../../stylesheets/variables/_all";
.videoDock {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: url(https://avatars.slack-edge.com/2016-01-04/17715243383_99a961f4cb2bf2cde5c4_512.jpg);
background-size: cover;
background-position: center;
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
border-radius: .2rem;
}