created simple song component for queue
This commit is contained in:
@ -5,8 +5,9 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 300px;
|
||||
height: 55.3rem;
|
||||
background-color: $queue-background-color; /* Queue background color */
|
||||
height: 45rem;
|
||||
overflow: hidden;
|
||||
background-color: white;/*$queue-background-color; Queue background color */
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||
|
||||
.queue-header {
|
||||
|
Reference in New Issue
Block a user