made edits to call page

This commit is contained in:
Beatrice Olivera
2018-08-28 20:36:56 +01:00
parent aaf935eec6
commit cbfa5b8e7a
7 changed files with 66 additions and 173 deletions

View File

@@ -61,7 +61,7 @@ a:hover {
.video-content {
height: 485px;
// background-color: black;
background-color: black;
}
.half {
@@ -69,7 +69,7 @@ a:hover {
}
.text-color {
color: white;
color: white !important;
}
.contacts-container {

View File

@@ -4,3 +4,31 @@ video {
-webkit-transform:rotateY(180deg); /* Safari and Chrome */
-moz-transform:rotateY(180deg); /* Firefox */
}
#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;
}