add a new playlist view header

This commit is contained in:
geoffrey45
2022-01-19 02:10:56 +03:00
parent a3d1b3aaea
commit 06f1e53fa1
14 changed files with 247 additions and 364 deletions
+6 -2
View File
@@ -64,9 +64,13 @@ button {
color: inherit;
font-size: 1rem;
cursor: pointer;
display: flex;
align-items: center;
background-color: $blue;
border-radius: $small;
&:hover {
background-color: rgb(158, 58, 58) !important;
background-color: $pink !important;
}
}
@@ -231,7 +235,7 @@ button {
width: 2rem;
border-radius: 50%;
background-color: #fff;
margin-top: 0rem;
margin-top: 0;
background-size: 60%;
}