mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-09 19:15:34 +00:00
Added duration to songs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user