]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-instance/instance-statistics.component.scss
Channel sync (#5135)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-statistics.component.scss
CommitLineData
93c728a2
C
1@use '_variables' as *;
2@use '_mixins' as *;
c9e3565d
CC
3
4h3 {
5 font-size: 1.25rem;
6}
7
3d05209c
JM
8.stat {
9 text-align: center;
10 margin-bottom: 1em;
11 overflow: hidden;
12
13 .stat-value {
14 font-size: 2.25em;
15 line-height: 1em;
16 margin: 0;
17 }
18
19 .stat-label {
20 font-size: 1.15em;
21 margin: 0;
22 }
23
3d05209c
JM
24 .card-body {
25 z-index: 2;
26 }
27}
93c728a2
C
28
29my-global-icon {
30 opacity: 0.12;
31 position: absolute;
32 left: 16px;
33 top: -24px;
34 width: 110px;
35
36 &.icon-bottom {
37 top: 4px;
38 }
39}