added a delete playlist song
This commit is contained in:
@ -240,11 +240,22 @@
|
||||
.info {
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
align-items: end;
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
font-size: 2rem;
|
||||
margin-left: .5rem;
|
||||
margin-right:2rem;
|
||||
}
|
||||
p {
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
.songs {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-top: 2rem;
|
||||
.song {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -278,6 +289,19 @@
|
||||
.duration {
|
||||
|
||||
}
|
||||
.delete-song {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.delete-song:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.delete-song:active {
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
}
|
||||
.song:first-child {
|
||||
|
Reference in New Issue
Block a user