-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
74 lines (63 loc) · 961 Bytes
/
style.css
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
63
64
65
66
67
68
69
70
71
72
73
74
body{
font-family: 'Open Sans', sans-serif;
}
.intro{
display: block;
width: 90%;
margin: 0 auto 1rem auto;
}
h1{
font-weight: 400;
}
.intro a{
margin-top: 1rem;
display: block;
}
#connect{
padding: 1em;
box-shadow: none;
background: white;
border: 1px solid black;
cursor: pointer;
}
.main-container{
position: relative;
width: 90%;
display: block;
margin: 0 auto;
padding-top: 2rem;
}
.container{
width: 25%;
min-height: 15rem;
right: 0;
display: inline-block;
vertical-align: top;
border: 1px solid grey;
}
.pose-image{
display: block;
margin: 0 auto;
width: 60%;
}
canvas{
width: 100% !important;
height: 100% !important;
}
.myo-data{
display: inline-block;
width: 45%;
border: 1px solid black;
height: 60%;
margin-right: 2rem;
}
.myo-data ul li{
font-size: 14px;
list-style: none;
left: 0;
margin-left: 0;
margin-bottom: 0.5rem;
}
.myo-data ul{
padding-left: 1rem;
}