Updated job view and edit

This commit is contained in:
2024-09-11 11:25:51 +02:00
parent 7d328368e9
commit 3899048349
5 changed files with 29 additions and 33 deletions

View File

@@ -9,6 +9,9 @@
.btn-primary {
@apply bg-hsrm-red hover:bg-hsrm-red-light;
}
.btn-alert {
@apply bg-hsrm-red hover:bg-hsrm-red-light;
}
.badge {
@apply text-sm font-medium text-center font-bold rounded-lg uppercase bg-gray-300 bg-opacity-50 px-2 py-1.5 shadow;
}