]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/instance/instance-statistics.component.scss
Add statistics section in about page
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / instance / instance-statistics.component.scss
CommitLineData
3d05209c
JM
1.stat {
2 text-align: center;
3 margin-bottom: 1em;
4 overflow: hidden;
5
6 .stat-value {
7 font-size: 2.25em;
8 line-height: 1em;
9 margin: 0;
10 }
11
12 .stat-label {
13 font-size: 1.15em;
14 margin: 0;
15 }
16
17 .glyphicon {
18 opacity: 0.12;
19 position: absolute;
20 left: 16px;
21 top: -24px;
22
23 &.icon-bottom {
24 top: 4px;
25 }
26
27 &::before {
28 font-size: 8em;
29 }
30 }
31
32 .card-body {
33 z-index: 2;
34 }
35}