refactor: modal for updating vehicles; global & modal styles changes

This commit is contained in:
2025-11-27 02:48:06 +01:00
parent 3698552e28
commit f29678a811
9 changed files with 481 additions and 262 deletions
+8
View File
@@ -95,6 +95,14 @@ img.brand-image {
}
}
.table-wrapper table > tbody > tr {
cursor: pointer;
&:hover {
background: #1a293b;
}
}
.table-visible-results-box {
margin-top: 0.5em;
}