Added some more styles for the music page

This commit is contained in:
Ascendings 2015-10-02 01:25:55 -04:00
parent f47e2263c9
commit 2cc5ecaf5d
2 changed files with 7 additions and 10 deletions

View File

@ -1,17 +1,14 @@
#music-list-section #music-list-section
.now-playing-list .now-playing-list
padding-left: 15px margin-left: 15px
padding-right: 15px margin-right: 15px
.music-list .music-list
a position: relative
display: block
position: absolute
+size(100% 100%)
text-decoration: none
&:hover &:hover
background: rgba(#000, .15) cursor: pointer
background: rgba(#f5f5f5, .15)
.music-list-header .music-list-header
margin: 10px 0 margin: 10px 0

File diff suppressed because one or more lines are too long