-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
63 lines (54 loc) · 980 Bytes
/
app.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
footer > .container {
padding-top: 1em;
border-top: 1px solid #eee;
}
footer {
padding-bottom: 40px;
color: #777;
text-align: center;
}
footer > .container-fluid {
border-top: 1px solid #e5e5e5;
padding-top: 2.5em;
margin-top: 2em;
}
footer .links {
padding-left: 0;
margin-top: 20px;
color: #999;
}
footer .links li {
display: inline;
padding: 0;
}
footer .links li:after {
content: " —";
}
footer .links li:last-child:after {
content: "";
}
footer .links li:first-child {
padding-left: 0;
}
footer .links li.active a { font-weight: bold; }
#sidebar {
background: whitesmoke;
z-index: 99;
position: fixed;
top: 0;
left: 0;
height: 100%;
border-right: 1px solid #e5e5e5;
}
li.active a { font-weight: bold; }
.deviation-list .deviation {
border-bottom: 1px solid #ddd;
margin-top: 5px;
padding: 10px 5px 10px 15px;
}
.networks > .list-group .btn-sm,
.tokens > .list-group .btn-sm {
margin-top: -5px;
margin-right: -9px;
margin-left: 18px;
}