2018-08-27 18:05:57 +00:00
|
|
|
video {
|
|
|
|
transform: rotateY(180deg);
|
|
|
|
-webkit-transform:rotateY(180deg); /* Safari and Chrome */
|
|
|
|
-moz-transform:rotateY(180deg); /* Firefox */
|
|
|
|
}
|
2018-08-28 19:36:56 +00:00
|
|
|
|
|
|
|
#remote-video-container {
|
|
|
|
float: left;
|
2018-09-06 00:52:00 +00:00
|
|
|
i {
|
|
|
|
text-align: center;
|
|
|
|
background-color: $primary;
|
|
|
|
border-radius: 50%;
|
|
|
|
padding: 15px;
|
|
|
|
z-index: 999999;
|
|
|
|
color: white;
|
|
|
|
}
|
2018-08-28 19:36:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#local-video {
|
|
|
|
width: 100vw;
|
|
|
|
transition: all 1s ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
#local-video.video-sm {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#video_overlays {
|
|
|
|
position: absolute;
|
|
|
|
float: left;
|
|
|
|
z-index: 300000;
|
|
|
|
// display: flex;
|
|
|
|
// justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.call-container {
|
|
|
|
height: 100vh;
|
|
|
|
width: 100vw;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|