For some reason the last changes didnt... go?

This commit is contained in:
ajdj100
2023-05-27 11:47:24 -04:00
parent 676548d504
commit c57ca1f80b
5 changed files with 31 additions and 164 deletions

View File

@@ -111,7 +111,7 @@ export default {
</Listbox>
<button @click="resetFilters()"
class="bg-gray-dark hover:bg-blue text-white transition-colors duration-0.5s rounded-md px-5 ">Clear
class="bg-gray-dark hover:bg-blue text-white transition-colors duration-0.5s rounded-md px-5">Clear
Filters</button>
</div>
</div>
@@ -199,10 +199,10 @@ input {
display: flex;
}
#searchRow select,
/* #searchRow select,
button {
margin: 0 15px 0 0;
}
} */
#header h1 {
color: var(--white);
@@ -244,4 +244,5 @@ th {
background-color: var(--background-secondary);
font-size: 18px;
cursor: auto;
}</style>
}
</style>