]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/pretty-json/node_modules/jsonminify/report/assets/css/plato.css
Remove mc config
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / jsonminify / report / assets / css / plato.css
1
2 body {
3 }
4
5 .navbar {
6 margin-bottom:0;
7 padding: 0 20px;
8 background-color: #f2f2f2;
9 background-image: none;
10 border: 1px solid #d4d4d4;
11 border-radius: 4px;
12 -webkit-box-shadow: none;
13 box-shadow: none;
14 line-height:10px;
15 }
16
17 .navbar-nav > .active > a {
18 background-color: rgb(233, 233, 233);
19 }
20
21 a:visited {
22 fill:inherit;
23 }
24
25 .jumbotron {
26 color:#333;
27 }
28
29 li {
30 line-height: 10px;
31 }
32
33 /* Landscape phone to portrait tablet */
34 @media (max-width: 767px) {
35 .jumbotron h1 {
36 font-size: 40px;
37 }
38 }
39
40 .aggregate-stats {
41
42 }
43
44 .group-header {
45 text-align:center;
46 }
47
48
49 .aggregate-stats .header {
50 text-align: center;
51 color: #5a5a5a;
52 font-weight:lighter;
53 }
54
55 .aggregate-stats .stat {
56 text-align: center;
57 color: #5a5a5a;
58 font-size:55px;
59 line-height:70px;
60 }
61
62 i.icon[rel=popover] {
63 font-size:23px;
64 color: #0088cc;
65 }
66
67 .popover {
68 z-index:100000;
69 }