aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+about/about-instance/instance-statistics.component.scss
blob: e1d489d28eb8c556682ee32ab2e92b3a69db9912 (plain) (tree)
1
2
3
4
5
6
7

                       




                     















                      



               











                     
@use '_variables' as *;
@use '_mixins' as *;

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

  .card-body {
    z-index: 2;
  }
}

my-global-icon {
  opacity: 0.12;
  position: absolute;
  left: 16px;
  top: -24px;
  width: 110px;

  &.icon-bottom {
    top: 4px;
  }
}