Sha256: 1df8bc24cf0dc95826df7edef43fab6941534f63df3d9eb119e38e36b92e1f90

Contents?: true

Size: 785 Bytes

Versions: 1

Compression:

Stored size: 785 Bytes

Contents

.cf-stats {
  margin-top: 20px;
}

.cf-stats-section {
  @include outer-container;
  margin-bottom: 1em;
}

.cf-stats-table {
  margin-top: 0;
}

.cf-stat-panel {
  @include span-columns(4);
  position: relative;
  border: 1px solid $color-gray-lighter;
  padding: 1em;
  padding-bottom: 6em;
  overflow: hidden;

  &.-toggle .cf-stat-option {
    display: none;
    &.active { display: block; }
  }
}

.cf-stat-title {
  color: $color-gray;
  font-weight: 400;
  margin: 0;
}

.cf-stat-figure {
  font-size: 6rem;
  font-weight: bold;
  color: $color-gray;
  line-height: .9;
}

.cf-stat-unit {
  font-size: 1.6rem;
  font-weight: normal;
  color: $color-gray;
  margin-left: -0.5em;
}

.data-chart svg {
  position: absolute;
  bottom: 0;
  left: 0;

  * { pointer-events: none; }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
caseflow-0.1.5 app/assets/stylesheets/_stats.scss