Reorganize client shared modules
[oweals/peertube.git] / client / src / app / shared / shared-instance / instance-statistics.component.scss
1
2 h3 {
3   font-size: 1.25rem;
4 }
5
6 .stat {
7   text-align: center;
8   margin-bottom: 1em;
9   overflow: hidden;
10
11   .stat-value {
12     font-size: 2.25em;
13     line-height: 1em;
14     margin: 0;
15   }
16
17   .stat-label {
18     font-size: 1.15em;
19     margin: 0;
20   }
21
22   .glyphicon {
23     opacity: 0.12;
24     position: absolute;
25     left: 16px;
26     top: -24px;
27
28     &.icon-bottom {
29       top: 4px;
30     }
31
32     &::before {
33       font-size: 8em;
34     }
35   }
36
37   .card-body {
38     z-index: 2;
39   }
40 }