master
kek7198 2021-12-04 13:03:41 -06:00
parent 216f45fe19
commit 91b4952295
1 changed files with 5 additions and 2 deletions

View File

@ -107,10 +107,13 @@
/* ----------------------- BADGES ----------------------- */
.badge {
@apply px-1 py-0.5 text-xs text-shadow-light font-bold leading-normal rounded
@apply px-1 py-0.5 text-xs text-shadow-light font-bold leading-normal rounded bg-gradient-to-t
}
.badge-red {
@apply bg-red-400 text-red-900
@apply from-red-600 to-red-500 text-red-900
}
.badge-yellow {
@apply from-yellow-600 to-yellow-500 text-yellow-900
}