UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
badge.css
9 lines
(7 loc)
•
211 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.badge
{
@apply
absolute top-
0
right-
0
flex justify-center items-center w-
6
h-
6
bg-blue-jeans text-white text-sm rounded-full;
transform
:
translate
(
50%
, -
50%
); }
.badge-red
{
@apply
bg-deep-watermelon; }