aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-statistics.component.scss
blob: 63f8911f6d5fc5bb66917c6a7c8d08e8d513ce5d (plain) (tree)


































                       
.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;
  }
}