SAAS-821: Wire up new player bar with muses
Got metadata displaying
This commit is contained in:
parent
911c168765
commit
77e518eec0
|
@ -358,8 +358,7 @@
|
|||
<div class="play cont_btn"></div>
|
||||
|
||||
<div class="on_air">
|
||||
<p>Bob Marley
|
||||
<span>Chant Down Babylon</span></p>
|
||||
<p class="now_playing"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
margin: 70px 0px 0px 60px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue