add: crud locations

This commit is contained in:
Alexandro Uc Santos
2024-01-09 18:49:51 -06:00
parent 6ebeb0f4a2
commit 937c3a8fe5
8 changed files with 678 additions and 2 deletions

View File

@@ -67,6 +67,12 @@ body {
transition: background-color 300ms ease;
}
.error-msg {
color: red;
font-size: 12px;
font-weight: 300;
}
.btn-primary-sm {
background-color: #FBBA33;
padding: 8px 16px;