fix
This commit is contained in:
parent
bb825c1298
commit
e7d58f73b2
2 changed files with 7 additions and 0 deletions
|
@ -115,6 +115,12 @@
|
|||
.badge {
|
||||
@apply px-1 py-0.5 text-sm text-shadow-light font-bold leading-normal rounded bg-gradient-to-t;
|
||||
}
|
||||
.badge-pink {
|
||||
@apply from-pink-600 to-pink-500 text-white;
|
||||
}
|
||||
.badge-purple {
|
||||
@apply from-purple-600 to-purple-500 text-white;
|
||||
}
|
||||
.badge-red {
|
||||
@apply from-red-600 to-red-500 text-white;
|
||||
}
|
||||
|
|
|
@ -23,6 +23,7 @@ module.exports = {
|
|||
black: colors.black,
|
||||
white: colors.white,
|
||||
pink: colors.pink,
|
||||
purple: colors.purple,
|
||||
green: colors.green,
|
||||
red: colors.red,
|
||||
yellow: colors.amber,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue