More fine tweaks for the music page
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
.music-list
|
||||
position: relative
|
||||
+transition(all, 300ms)
|
||||
+transition(background, 200ms)
|
||||
|
||||
&:hover
|
||||
cursor: pointer
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user