2016-07-28 05:50:35 +08:00
|
|
|
@import "../../stylesheets/variables/_all";
|
2016-05-21 00:35:15 +08:00
|
|
|
|
2016-05-04 04:40:46 +08:00
|
|
|
.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);
|
2016-05-21 00:35:15 +08:00
|
|
|
border-radius: .2rem;
|
2016-05-04 04:40:46 +08:00
|
|
|
}
|