-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
96 lines (90 loc) · 1.3 KB
/
styles.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
84
85
86
87
88
89
90
91
92
93
94
95
.label {
font-size: 20px;
color: black;
}
.dot {
background-color: white;
border: red solid 1px;
}
body {
font: 12px Arial;
}
.axis path,
.axis line {
fill: none;
stroke: rgb(174, 174, 174);
stroke-width: 1;
shape-rendering: crispEdges;
}
div.tooltip {
position: absolute;
text-align: left;
font: 12px sans-serif;
background: rgb(255, 255, 255);
border: 0px;
border-radius: 8px;
pointer-events: none;
padding: 10px;
border-bottom-left-radius: 0;
box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.line {
fill: none;
stroke: #ff0000;
stroke-width: 2px;
}
g circle {
fill: #000000;
}
g circle:hover {
cursor: pointer;
}
line {
stroke: rgb(200, 200, 200);
}
.domain {
stroke: rgb(200, 200, 200);
}
#controls {
margin: 25px;
align-self: center;
}
.text {
margin: 25px;
}
h4 {
margin: 25px;
}
#graph {
padding-top: 25px;
padding-bottom: 25px;
}
#title {
height: 60px;
padding-top: 15px;
background-color: "white";
}
#top-section {
background-color: rgb(245, 245, 245);
width: 100vw;
overflow: hidden;
}
#filters {
margin-bottom: 20px;
}
#weapon-type {
margin-left: 10px;
height: 30px;
border-color: "red";
}
.slide,
.slides {
display: inline-block;
}
#panel {
margin-bottom: 85px;
}
#dropDown {
display: inline-block;
margin: 0 auto;
}