-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
83 lines (83 loc) · 834 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
75
76
77
78
79
80
81
82
83
.clrBtn
{
position: relative;
width: 30px;
height: 30px;
border-radius: 40px;
top:3%;
margin: auto;
}
.clrBtn:hover
{
cursor: pointer;
}
#green
{
background-color: ;
top: 5%;
}
#blue
{
background-color: ;
top: 10%;
}
#red
{
background-color: ;
top: 15%;
}
#yellow
{
background-color: ;
top: 20%;
}
#orange
{
background-color: ;
top: 25%;
}
#black
{
background-color: ;
top: 25%;
}
#white
{
top: 30%;
}
.icon
{
color: white;
}
.brushSizeBox
{
width: 40%;
border-radius: 5px;
}
.brushSize
{
top: 35%;
position: relative;
margin-left: 20%;
}
.brandicon
{
width: 75px;
height: auto;
margin-left: 20%
}
.dl
{
color: white;
position: relative;
width: 30px;
height: 30px;
top:40%;
margin: auto;
}
.newBtn
{
background-color: transparent;
border: none;
color: white;
}