website/assets/sass/pages/_music.sass

35 lines
467 B
Sass
Raw Normal View History

2015-10-02 10:28:28 -04:00
#music-player
.now-playing-list
margin-left: 15px
margin-right: 15px
color: $text-color
2015-10-02 01:30:45 -04:00
li,
a
color: $text-color
2015-10-02 01:30:45 -04:00
text-decoration: none
&:hover
color: $main-color
2015-10-02 10:28:28 -04:00
#music-list-section
.music-list
position: relative
2015-10-02 01:33:10 -04:00
+transition(background, 200ms)
&:hover
cursor: pointer
2015-10-02 01:30:45 -04:00
background: #f0f0f0
ol
color: $text-color
li,
a
color: $text-color
&:hover
color: $main-color
2015-10-02 01:09:57 -04:00
.music-list-header
margin: 10px 0