forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-04 13:04:10 -06:00
parent 91b4952295
commit 44bbcf8941
1 changed files with 3 additions and 3 deletions

View File

@ -107,13 +107,13 @@
/* ----------------------- BADGES ----------------------- */
.badge {
@apply px-1 py-0.5 text-xs text-shadow-light font-bold leading-normal rounded bg-gradient-to-t
@apply px-1 py-0.5 text-xs text-shadow-light font-bold leading-normal rounded bg-gradient-to-t;
}
.badge-red {
@apply from-red-600 to-red-500 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
@apply from-yellow-600 to-yellow-500 text-yellow-900;
}