redesign the load more button to match other buttons

This commit is contained in:
geoffrey45
2022-08-03 14:07:53 +03:00
parent 2b6b4078fa
commit 7b2e162ed4
9 changed files with 23 additions and 57 deletions
+9
View File
@@ -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 {