mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add a new playlist view header
This commit is contained in:
@@ -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;
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user