RyanofWoods/rails-react-swedish-birds

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

Summary

Maintainability
Test Coverage
.hover-pointer:hover {
  cursor: pointer;
} 

.hover-opacity:hover {
  opacity: 0.7;
}