diff --git a/app/assets/styles/blink/_VideoBox.scss b/app/assets/styles/blink/_VideoBox.scss index 0cd5285..5427589 100644 --- a/app/assets/styles/blink/_VideoBox.scss +++ b/app/assets/styles/blink/_VideoBox.scss @@ -1,78 +1,77 @@ .container { flex: 1; } .remoteVideoContainer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .localVideoContainer { justify-content: flex-end; } .video { width: 100%; height: 100%; object-fit: cover; - background-color: red; } .localVideo { position: absolute; height: 80px; width: 100px; object-fit: cover; background-color: white; top: 10; left: 10; border-radius: 10px; } .portraitButtonContainer { flex-direction: row; margin: 0 auto; margin-bottom: 40px; } .landscapeButtonContainer { flex-direction: row; margin: 0 auto; margin-bottom: 0px; } .buttonContainer { position: absolute; left: 0; bottom: 0; right: 0; } .button { background-color: rgba(#F9F9F9, .7); margin: 10px; padding-top: 5px; } .iosButton { background-color: rgba(#F9F9F9, .7); margin: 10px; padding-top: 5px; } .androidButton { background-color: rgba(#F9F9F9, .7); margin: 10px; padding-top: 1px; } .hangupButton { background-color: rgba(#a94442, .5); } .hidden { display: none; }