Music player tweaks

This commit is contained in:
gballan1 2016-11-28 11:40:08 -05:00
parent 5bb7d16896
commit fdbda4354d
2 changed files with 715 additions and 4 deletions

View File

@ -1,14 +1,12 @@
#music-header
text-align: center
h1
color: white
font:
size: 34px
weight: bold
//#music-player-card
#music-list-section
.music-list
position: relative
@ -47,3 +45,11 @@
color: $text-color
text-decoration: none
+transition(color, 200ms)
.mejs-container
width: 100%
.mejs-container,
.mejs-mediaelement,
.mejs-controls
background: transparent

File diff suppressed because one or more lines are too long