]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-instance/instance-statistics.component.scss
Fix comment add avatar when unlogged
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-statistics.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 h3 {
5 font-size: 1.25rem;
6 }
7
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
24 .card-body {
25 z-index: 2;
26 }
27 }
28
29 my-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 }