Commit de Louay : Grosse mise à jour
This commit is contained in:
@@ -132,3 +132,35 @@ body {
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgba(84, 15, 202, 0.8);
|
||||
}
|
||||
|
||||
.select-playlist {
|
||||
padding: 8px 15px;
|
||||
font-size: 16px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
background-color: #f0f0f0;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.select-playlist option {
|
||||
padding: 8px 15px;
|
||||
font-size: 16px;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.btn-add-to-playlist {
|
||||
background-color: #6021aa;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
margin-top: 10px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.btn-add-to-playlist:hover {
|
||||
background-color: #461860;
|
||||
}
|
||||
|
@@ -149,3 +149,25 @@ body {
|
||||
.pagination .active {
|
||||
background-color: #29043e;
|
||||
}
|
||||
|
||||
.btn-add-to-playlist {
|
||||
margin-top: 10px;
|
||||
background-color: #4a0772;
|
||||
color: #fff;
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.select-playlist {
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
padding: 5px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.select-playlist option {
|
||||
padding: 5px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user