chore: added sorting icons to vehicles table

This commit is contained in:
2025-11-26 14:40:52 +01:00
parent c2c95d50f7
commit 8b42d2c395
3 changed files with 119 additions and 21 deletions
+21
View File
@@ -81,4 +81,25 @@ img.brand-image {
overflow: auto;
margin-top: 1em;
}
.table-wrapper table > thead > tr > td {
& > div {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5em;
}
&[data-sortable='true'] {
cursor: pointer;
}
}
.table-visible-results-box {
margin-top: 0.5em;
}
.table-visible-results-box input {
max-width: 70px;
}
</style>