-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapture.css
More file actions
62 lines (54 loc) · 975 Bytes
/
capture.css
File metadata and controls
62 lines (54 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#video {
border: 1px solid #dedede;
width:320px;
height:240px;
border-radius: 8px;
}
#photo {
border: 1px solid #dedede;
width:320px;
height:240px;
}
#canvas {
display:none;
}
.camera {
width: 340px;
display:inline-block;
}
.output {
width: 340px;
display:inline-block;
}
#startbutton {
color: #fff;
border-radius: 0.25rem;
border: none;
background-color: #3CC34B;
box-shadow: 0 0 0 1px #35AB42,
0 2px 2px rgba(0,0,0,0.2);
cursor: pointer;
display: inline-flex;
font-size: 1em;
font-style: normal;
font-weight: 300;
line-height: 1.5;
margin: 0;
min-width: 2em;
padding: 0.25em 9px;
padding: 0.25em 0.625rem;
text-align: center;
text-decoration: none;
vertical-align: baseline;
white-space: nowrap;
margin-top: 10px;
align-items: center;
}
#startbutton svg {
margin-right: 10px;
}
.contentarea {
font-size: 16px;
font-family: "Lucida Grande", "Arial", sans-serif;
width: 760px;
}