aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/webcam/DashWebRTCVideo.scss
diff options
context:
space:
mode:
authorMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-07 13:35:18 -0500
committerMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-07 13:35:18 -0500
commit2f04ee2c5d24aa4df9860414a7b5a7f990ecfa12 (patch)
tree50d9c9a62ed4996f798cde272ada4cb7a36d5120 /src/client/views/webcam/DashWebRTCVideo.scss
parentaa76d4dae61e6fed14b12b778920515b52f616d1 (diff)
Some css
Diffstat (limited to 'src/client/views/webcam/DashWebRTCVideo.scss')
-rw-r--r--src/client/views/webcam/DashWebRTCVideo.scss36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/client/views/webcam/DashWebRTCVideo.scss b/src/client/views/webcam/DashWebRTCVideo.scss
new file mode 100644
index 000000000..30665e849
--- /dev/null
+++ b/src/client/views/webcam/DashWebRTCVideo.scss
@@ -0,0 +1,36 @@
+@import "../globalCssVariables";
+
+.webcam-cont {
+ // position: absolute;
+ background: whitesmoke;
+ color: grey;
+ border-radius: 15px;
+ box-shadow: $intermediate-color 0.2vw 0.2vw 0.4vw;
+ border: solid #BBBBBBBB 5px;
+ pointer-events: all;
+
+ .webcam-header {
+ height: 50px;
+ text-align: center;
+ text-transform: uppercase;
+ letter-spacing: 2px;
+ font-size: 16px;
+ width: 100%;
+ }
+
+ #localVideo {
+ margin: 10px;
+ position: relative;
+ width: 300px;
+ max-height: 300px;
+ }
+
+ #remoteVideo {
+ margin: 10px;
+ position: relative;
+ width: 300px;
+ max-height: 300px;
+
+ }
+
+} \ No newline at end of file