RyanofWoods/rails-react-swedish-birds

View on GitHub
app/assets/stylesheets/components/_reset_filter.scss

Summary

Maintainability
Test Coverage
#reset-filter {
  background: none;
  border: none;
  margin-bottom: 2rem;
  color: $green;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 600;

  &:hover {
    color: $dark-brown;
  }
}