From 395d66e648df27f09a045ab498b3e2dfd9d61737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 2 Jun 2021 12:27:46 +0200 Subject: [PATCH] Putting grey background under video MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David NĂ©grier --- front/style/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/style/style.scss b/front/style/style.scss index 44002850..883f63bb 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -135,6 +135,7 @@ body .message-info.warning{ .video-container.div-myCamVideo{ border: none; + background-color: transparent; } .div-myCamVideo { @@ -151,6 +152,7 @@ body .message-info.warning{ } video.myCamVideo{ + background-color: #00000099; max-height: 20vh; width: 15vw; -webkit-transform: scaleX(-1);