aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance-statistics.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-instance/instance-statistics.component.scss')
-rw-r--r--client/src/app/shared/shared-instance/instance-statistics.component.scss40
1 files changed, 40 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-instance/instance-statistics.component.scss b/client/src/app/shared/shared-instance/instance-statistics.component.scss
new file mode 100644
index 000000000..5286ab03a
--- /dev/null
+++ b/client/src/app/shared/shared-instance/instance-statistics.component.scss
@@ -0,0 +1,40 @@
1
2h3 {
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}