polyglot/app/assets/stylesheets/pages/_home.scss

35 lines
568 B
SCSS
Raw Normal View History

// Specific CSS for your home-page
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;
}
#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;
}