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

13 lines
291 B
SCSS
Raw Normal View History

.videoDock {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
2016-05-20 23:02:57 +08:00
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);
}