aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance-statistics.component.scss
blob: 5286ab03a8328d69591b8507b6cc02a48484a3e7 (plain) (tree)
1
2
3
4
5




                     


































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