Skip to content

Commit

Permalink
Remove card hover movement effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ganapativs committed Jan 4, 2017
1 parent 8481b18 commit c856960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/styles/demo.styl
Expand Up @@ -148,8 +148,8 @@ body
box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
transition: all 250ms anim_func
&:hover
box-shadow: 0 40px 40px rgba(0, 0, 0, .16);
transform: translate(0, -10px);
box-shadow: 0 30px 40px rgba(0, 0, 0, .16);
//transform: translate(0, -10px);
.download-standalone
opacity 1 !important
filter grayscale(0) !important
Expand Down

0 comments on commit c856960

Please sign in to comment.