website/assets/sass/pages/_music.sass
2015-10-02 01:28:32 -04:00

28 lines
373 B
Sass
Executable File

#music-list-section
.now-playing-list
margin-left: 15px
margin-right: 15px
color: $text-color
li
color: $text-color
&:hover
color: $main-color
.music-list
position: relative
+transition(all, 300ms)
&:hover
cursor: pointer
background: #f5f5f5
ol
color: $text-color
li
color: $text-color
.music-list-header
margin: 10px 0