added play and shuffle non functional buttons

This commit is contained in:
2024-04-19 11:36:54 -04:00
parent 1377743aba
commit d7a3d4abd3
2 changed files with 27 additions and 1 deletions

View File

@ -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;