Music player tweaks
This commit is contained in:
parent
5bb7d16896
commit
fdbda4354d
@ -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
Loading…
Reference in New Issue
Block a user