-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
56 lines (47 loc) · 815 Bytes
/
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
input[type="number"] {
max-width: 65%;
}
div.outer {
position: fixed;
top: 50px;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 0;
}
div.dataExplorer {
padding: 60px 0px 0px 0px;
}
div.contact {
padding: 30px 60px 60px 60px;
}
#contactInfo {
line-height: 75%;
}
/* Customize fonts */
body, label, input, button, select {
font-family: 'Helvetica Neue', Helvetica;
font-weight: 200;
}
h1, h2, h3, h4 { font-weight: 400; }
strong {
font-family: 'Helvetica Neue', Helvetica;
font-weight: 400;
}
#sidebar {
background-color: white;
padding: 5px 0px 0px 25px;
right: 0px;
border: none;
}
#filterWithScroll {
overflow-y:scroll;
max-height: 95vh;
}
#filterInputs {
background-color: white;
padding: 0px 0px 0px 0px;
right: 0px;
border: none;
}