Added some more styles for the music page
This commit is contained in:
parent
2cc5ecaf5d
commit
3d51d83995
@ -2,13 +2,27 @@
|
||||
.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: rgba(#f5f5f5, .15)
|
||||
background: #f5f5f5
|
||||
|
||||
ol
|
||||
color: $text-color
|
||||
|
||||
li
|
||||
color: $text-color
|
||||
|
||||
.music-list-header
|
||||
margin: 10px 0
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user