vol1ura/Sat_9am_5km

View on GitHub
app/assets/stylesheets/web/activity.scss

Summary

Maintainability
Test Coverage
.position {
  color: $primary !important;
  @extend .fs-3;
}

.athlete-link {
  text-decoration: none;
  font-weight: 800;
}

@include media(phoneScreen) {
  .athlete-details {
    font-size: small;
  }
}