-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLineAR.css
More file actions
64 lines (56 loc) · 914 Bytes
/
LineAR.css
File metadata and controls
64 lines (56 loc) · 914 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
63
64
body {
margin: 0;
font-family: Arial, sans-serif;
background: #e5e5e5;
}
.paper {
width: 90%;
margin: 40px auto;
background: #f8f8f8;
padding: 20px;
position: relative;
}
#paper {
max-width: 800px;
height: 700px;
width: 100%;
background-color: #ffffff;
padding: 20px;
box-sizing: border-box;
margin: 20px;
}
.top-label {
position: absolute;
top: 10px;
left: 20px;
font-size: 14px;
}
.instruction {
text-align: center;
color: #2b6cb0;
font-weight: bold;
margin: 20px 0;
}
.content {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.card {
max-width: 800px;
height: 700px;
width: 100%;
background-color: #ffffff;
padding: 20px;
box-sizing: border-box;
margin: 20px;
}
.right-panel {
width: 250px;
text-align: left;
color: #2b6cb0;
font-size: 14px;
}
.icon {
margin-top: 30px;
}