From 67ed6552b831df66713bac9e672738796128d33f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jun 2020 14:10:17 +0200 Subject: Reorganize client shared modules --- .../instance/instance-statistics.component.scss | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 client/src/app/shared/instance/instance-statistics.component.scss (limited to 'client/src/app/shared/instance/instance-statistics.component.scss') diff --git a/client/src/app/shared/instance/instance-statistics.component.scss b/client/src/app/shared/instance/instance-statistics.component.scss deleted file mode 100644 index 5286ab03a..000000000 --- a/client/src/app/shared/instance/instance-statistics.component.scss +++ /dev/null @@ -1,40 +0,0 @@ - -h3 { - font-size: 1.25rem; -} - -.stat { - text-align: center; - margin-bottom: 1em; - overflow: hidden; - - .stat-value { - font-size: 2.25em; - line-height: 1em; - margin: 0; - } - - .stat-label { - font-size: 1.15em; - margin: 0; - } - - .glyphicon { - opacity: 0.12; - position: absolute; - left: 16px; - top: -24px; - - &.icon-bottom { - top: 4px; - } - - &::before { - font-size: 8em; - } - } - - .card-body { - z-index: 2; - } -} -- cgit v1.2.3