Added album selection frontend stuff

This commit is contained in:
gballan1
2016-11-28 20:09:37 -05:00
parent 363ed2923a
commit faa0ed3464
4 changed files with 44 additions and 1 deletions

View File

@ -61,3 +61,19 @@
.album-art
width: 100%
.music-album
+transition(background, 200ms)
&:hover
background: #f0f0f0
cursor: pointer
a
color: $main-color
&.selected
background: #e0e0e0
a
color: $main-color