-
Notifications
You must be signed in to change notification settings - Fork 2
/
master.css
81 lines (65 loc) · 1.35 KB
/
master.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
/**
* /* body{
* width: 30em;
* height: 40em;
* }
*
* @format
*/
@font-face {
font-family: doodle;
src: url("./font/Kbzipadeedoodah-YG3j.ttf");
}
body {
background-color: #202020 !important;
border: 2px solid #12c7ea;
/* height: 50vh !important; */
/* border-color: red; */
}
h2 {
padding-top: 2vh !important;
font-family: doodle !important;
text-align: center !important;
color: #12c7ea;
}
#start{
background-color: "#A4A4AB";
}
.ui .segment {
text-align: center !important;
}
/* SHAPES */
.circle {
background: url("./images/shapes/circle.svg") !important;
}
.square {
background: url("./images/shapes/square.svg") !important;
}
.triangle {
background: url("./images/shapes/triangle.svg") !important;
}
.ellipse {
background: url("./images/shapes/ellipse.svg") !important;
}
.line {
background: url("./images/shapes/line.svg") !important;
}
/* TOOLS */
/* .bucket{
background:url("./images/tools/bucket.svg") !important;
}
.eraser{
background:url("./images/tools/eraser.svg") !important;
}
.scissors{
background:url("./images/tools/scissors.svg") !important;
}
.spray{
background:url("./images/tools/spray.svg") !important;
} */
.tools {
/* height: 5% !important; */
width: 15% !important;
margin-right: 5% !important;
cursor: pointer !important;
}