Feat: Show icon representing application or disposition status

This commit is contained in:
Björn Fromme
2023-10-18 18:56:26 +02:00
parent 6f22531297
commit 40d4edbf96
5 changed files with 33 additions and 11 deletions
+5 -1
View File
@@ -2,10 +2,14 @@
@apply inline-flex justify-center rounded-lg text-sm uppercase font-semibold py-2.5 px-4 bg-primary text-white hover:bg-primary/80 shadow-md;
}
.btn--small {
@apply py-1 px-2 rounded-sm;
}
.btn--secondary {
@apply bg-secondary text-gray-800 hover:bg-secondary/80;
}
.btn--active {
@apply shadow-none;
}
}