add new album header

This commit is contained in:
geoffrey45
2022-02-19 18:43:17 +03:00
parent dcfb0a6ed1
commit a6bb5059b0
18 changed files with 101 additions and 189 deletions
+4 -4
View File
@@ -62,12 +62,12 @@
width: 100%;
.durationx {
background-color: rgba(0, 72, 131, 0.171);
background-color: #97979725;
// border: solid 1px rgba(255, 255, 255, 0.253);
padding: $smaller;
border-radius: 0.4rem;
border-radius: 0.75rem;
margin: 0 $small 0 $small;
font-size: .8rem;
color: rgb(0, 119, 255);
font-size: 0.8rem;
}
}
}