This commit is contained in:
stiti
2024-06-06 14:00:12 +02:00
parent 5c3141dd01
commit 06a5d409ff
3 changed files with 60 additions and 1 deletions

View File

@@ -45,3 +45,32 @@
font-style: italic;
color: #888;
}
.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: #45087a;
}
.no-playlist {
color: red;
}