This commit is contained in:
Tim Wijma
2022-11-02 12:38:44 +01:00
parent 4f2a6eb905
commit 97fd3918ec
2 changed files with 25 additions and 4 deletions

View File

@@ -221,10 +221,21 @@ body {
}
.button {
color: black;
cursor: pointer;
background-color: white;
border-radius: 50px;
border: none;
}
/* .button:hover {
background-color: ;
} */
} */
.sort-dropdown {
}
.sort-drop-list {
}