diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-10-08 17:14:19 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-10-08 17:14:19 -0400 |
commit | 33371801ac0bfec787e60caf23b83e05a947789a (patch) | |
tree | 69200608b3e2dc88473f599f0b842e61674202a1 /src | |
parent | 5313f132f1f72d68418cf0072dae3038a76a7d90 (diff) |
scss cant do here swithc
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/webcam/DashWebRTC.scss | 13 |
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 |