aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/webcam/DashWebRTC.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/webcam/DashWebRTC.scss b/src/client/views/webcam/DashWebRTC.scss
new file mode 100644
index 000000000..84334c178
--- /dev/null
+++ b/src/client/views/webcam/DashWebRTC.scss
@@ -0,0 +1,13 @@
+.webcam-cont {
+ button {
+ margin: 10px;
+ }
+
+ #localVideo {
+ margin: 10px;
+ }
+
+ #remoteVideo {
+ margin: 10px;
+ }
+} \ No newline at end of file