BathHacked/energy-sparks

View on GitHub
app/assets/stylesheets/scoreboard.scss

Summary

Maintainability
Test Coverage
#scoreboard {
  thead {
    tr {
      th {
        h2 {
          font-weight: bolder;
        }
      }
    }
  }
  .fa-arrow-up {
    color: $green;
  }
}

#scoreboards {
  h2 {
    font-size: $f2;
  }
  h2, h3 {
    font-weight: bolder;
    padding-bottom: 0;
  }
  h4 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .card-footer {
    border-top: none;
    background-color: $white;
  }
}