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
+1
View File
@@ -5,6 +5,7 @@ $red: #df4646;
$blue: rgb(5, 80, 150);
$green: rgb(67, 148, 67);
$separator: #ffffff46;
$pink: rgb(196, 58, 58);
// sizes
$small: .5em;
$smaller: .25em;
+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%;
}