skyderby/skyderby

View on GitHub
app/assets/stylesheets/common/_text.scss

Summary

Maintainability
Test Coverage
.text-light-red {
  color: #ff9191;
}

.text-gray {
  color: $gray-dark;
}

.text-green {
  color: $green-dark;
}