More fine tweaks for the music page

This commit is contained in:
Ascendings
2015-10-02 01:33:10 -04:00
parent 68f46a3989
commit 8ab6e96b35
4 changed files with 10 additions and 4 deletions

View File

@ -14,7 +14,7 @@
.music-list
position: relative
+transition(all, 300ms)
+transition(background, 200ms)
&:hover
cursor: pointer

View File

@ -4,6 +4,12 @@
margin-bottom: 15px
padding: 15px 10px
background: white
&.hover-box
+transition(box-shadow, 200ms)
&:hover
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2)
.underline
text-decoration: underline