aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/webcam/DashWebRTC.scss
blob: ddf4777a8ea85c4d108c6c4c7688f7b97724b30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.webcam-cont {
    button {
        margin: 10px;
        position: relative;
        top: 20%;
        left: -60%;
    }

    #localVideo {
        margin: 10px;
        position: relative;
        width: 300px;
        max-height: 300px;
    }

    #remoteVideo {
        margin: 10px;
        position: relative;
        width: 300px;
        max-height: 300px;

    }
}