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 #music-header
text-align: center text-align: center
h1 h1
color: white color: white
font: font:
size: 34px size: 34px
weight: bold weight: bold
//#music-player-card
#music-list-section #music-list-section
.music-list .music-list
position: relative position: relative
@ -47,3 +45,11 @@
color: $text-color color: $text-color
text-decoration: none text-decoration: none
+transition(color, 200ms) +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