Ajout de fonctionnalités

This commit is contained in:
stiti 2024-06-06 13:45:22 +02:00
parent 9693d4be20
commit 5c3141dd01

View File

@ -44,3 +44,28 @@ body {
padding: 10px 0; padding: 10px 0;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
.select-playlist {
display: block;
width: 100%;
padding: 8px;
font-size: 16px;
margin-bottom: 10px;
}
.btn-add-to-playlist {
display: block;
width: 100%;
padding: 10px 20px;
background-color: #6814c7;
color: white;
font-size: 16px;
border: none;
cursor: pointer;
border-radius: 5px;
margin-top: 10px;
}
.btn-add-to-playlist:hover {
background-color: #400d7b;
}