mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
redesign the load more button to match other buttons
This commit is contained in:
@@ -59,6 +59,15 @@ button {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 2rem;
|
||||
background-image: linear-gradient(70deg, $gray3, $gray2);
|
||||
|
||||
&:hover {
|
||||
background-image: linear-gradient(70deg, #234ece, $darkblue);
|
||||
}
|
||||
}
|
||||
|
||||
.btn-active {
|
||||
background-image: linear-gradient(70deg, #234ece, $darkblue);
|
||||
}
|
||||
|
||||
.separator {
|
||||
|
||||
Reference in New Issue
Block a user