2015-10-02 01:09:57 -04:00
|
|
|
#music-list-section
|
2015-10-02 01:18:17 -04:00
|
|
|
.now-playing-list
|
2015-10-02 01:25:55 -04:00
|
|
|
margin-left: 15px
|
|
|
|
margin-right: 15px
|
2015-10-02 01:28:32 -04:00
|
|
|
color: $text-color
|
|
|
|
|
|
|
|
li
|
|
|
|
color: $text-color
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
color: $main-color
|
2015-10-02 01:18:17 -04:00
|
|
|
|
|
|
|
.music-list
|
2015-10-02 01:25:55 -04:00
|
|
|
position: relative
|
2015-10-02 01:28:32 -04:00
|
|
|
+transition(all, 300ms)
|
2015-10-02 01:18:17 -04:00
|
|
|
|
2015-10-02 01:25:55 -04:00
|
|
|
&:hover
|
|
|
|
cursor: pointer
|
2015-10-02 01:28:32 -04:00
|
|
|
background: #f5f5f5
|
|
|
|
|
|
|
|
ol
|
|
|
|
color: $text-color
|
|
|
|
|
|
|
|
li
|
|
|
|
color: $text-color
|
2015-10-02 01:18:17 -04:00
|
|
|
|
2015-10-02 01:09:57 -04:00
|
|
|
.music-list-header
|
|
|
|
margin: 10px 0
|