Added duration to songs

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-15 14:49:43 +01:00
parent 41b14437cf
commit b1d1b0764d
6 changed files with 31 additions and 7 deletions

View File

@@ -17,6 +17,16 @@
flex-direction: column;
}
.card-duration{
border-top-left-radius: 4px;
position: absolute;
bottom: 0px;
right: 0px;
background: rgba(0,0,0,.7);
color: white;
padding: 0 5px;
}
.width25{
width: 25% !important;
}