2214 Client-side validation

This commit is contained in:
Jonathan Bobel
2025-02-24 12:29:58 -05:00
parent f9fd580c58
commit adab5f1338
5 changed files with 65 additions and 11 deletions

View File

@@ -288,7 +288,8 @@ td.table-empty-message {
@include u-width('mobile-lg');
margin-top: units(2);
}
input#search {
input#search-by-name {
margin-top: units(1);
width: 100%;
border: 1px solid color('gray-60');
}