14 lines
216 B
Sass
Executable File
14 lines
216 B
Sass
Executable File
#music-list-section
|
|
.now-playing-list
|
|
margin-left: 15px
|
|
margin-right: 15px
|
|
|
|
.music-list
|
|
position: relative
|
|
|
|
&:hover
|
|
cursor: pointer
|
|
background: rgba(#f5f5f5, .15)
|
|
|
|
.music-list-header
|
|
margin: 10px 0 |