creating assignments

This commit is contained in:
2024-09-13 21:35:11 -06:00
parent 1442f246b5
commit 4803adf604
13 changed files with 400 additions and 37 deletions

View File

@@ -83,6 +83,11 @@ button,
@apply bg-red-800 hover:bg-red-900 text-red-100;
}
.btn-outline {
@apply bg-transparent text-blue-200 border border-blue-500;
@apply hover:border-blue-500 hover:text-blue-100 hover:bg-blue-900;
}
select {
@apply block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm sm:text-sm;
@apply focus:outline-none focus:ring-blue-500 focus:border-blue-500;