diff options
| author | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-09 14:33:51 -0500 |
|---|---|---|
| committer | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-09 14:33:51 -0500 |
| commit | dac1b07c4b5ed42d50531e66ea3a1561f62ed11e (patch) | |
| tree | 7f7d85bd168d3104283e78fd560084b3805aa450 /src/client/views/webcam/DashWebRTCVideo.scss | |
| parent | 91f7f9a737092c2912c78fa0abb15b29298bcff1 (diff) | |
CleanUp
Diffstat (limited to 'src/client/views/webcam/DashWebRTCVideo.scss')
| -rw-r--r-- | src/client/views/webcam/DashWebRTCVideo.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client/views/webcam/DashWebRTCVideo.scss b/src/client/views/webcam/DashWebRTCVideo.scss index 052832db5..2f35eeca2 100644 --- a/src/client/views/webcam/DashWebRTCVideo.scss +++ b/src/client/views/webcam/DashWebRTCVideo.scss @@ -1,7 +1,6 @@ @import "../globalCssVariables"; .webcam-cont { - // position: absolute; background: whitesmoke; color: grey; border-radius: 15px; @@ -27,15 +26,6 @@ border: 1px solid #BBBBBBBB; } - // #localVideo { - // width: 50%; - // height: 50%; - // position: relative; - // // top: 65%; - // // z-index: 2; - // // right: 5%; - // } - .side { width: 25%; height: 20%; @@ -53,12 +43,4 @@ align-self: center; } - // #remoteVideo { - // position: relative; - // width: 50%; - // height: 50%; - // // top: 20%; - // // align-self: center; - // } - }
\ No newline at end of file |
