added play and shuffle non functional buttons
This commit is contained in:
@ -251,6 +251,29 @@
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
.options {
|
||||
display: flex;
|
||||
button {
|
||||
background-color: white;
|
||||
border: none;
|
||||
color: black;
|
||||
font-size: 1rem;
|
||||
padding: .6rem;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
margin-top: 1rem;
|
||||
margin-left: 5px;
|
||||
.button-icons {
|
||||
margin-right: 7px;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.songs {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user