-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdraw.css
73 lines (62 loc) · 1.03 KB
/
draw.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
.sidePanel {
position: absolute;
top: 56px;
right: 0px;
width: 190px;
height: auto;
padding-bottom: 10px;
padding-left: 10px;
}
.dark {
position: relative;
margin-top: 2px;
text-decoration: underline;
}
#colorCollection {
position: relative;
height: auto;
right: 5px;
}
#penRange {
position: relative;
top: 105px;
width: 170px;
display: flex;
justify-content: space-around;
}
#penRange > input{
width: 105px;
}
#searchFrn {
position: relative;
margin-top: 110px;
width: 170px;
z-index: 10;
border-radius: 5px;
}
#frnList {
position: relative;
margin-top: 10px;
width: 170px;
height: auto;
overflow: auto;
display: none;
}
.doIcon {
font-size: 30px;
cursor: pointer;
}
#drawingOption {
position: relative;
right: 5px;
line-height: 1.2;
}
#drawingOption1, #drawingOption2 {
display: flex;
justify-content: space-around;
}
#savBtn {
position: relative;
margin-top: 10px;
width: 170px;
}