show song - order and delete

This commit is contained in:
2020-03-08 14:08:50 +01:00
committed by smuddy
parent 605fe0b2ad
commit 8c000867cb
21 changed files with 252 additions and 31 deletions

View File

@@ -0,0 +1,15 @@
.song {
border-bottom: 1px solid #ccc;
display: flex;
align-items: center;
justify-content: space-between;
}
.menu {
display: flex;
}
button {
}