UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
tags.css
22 lines
(18 loc)
•
264 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.tags
{
@apply
-ml-
3
; }
.tag
{
@apply
inline-flex items-center mr-
3
py-
1
px-
2
bg-filter-grey rounded-sm; }
.tag-delete
{
@apply
ml-
1
; }
/* Draggable styles */
.tags
,
.tags
:focus
,
.tags
:active
,
.tag
,
.tag
:focus
,
.tag
:active
{
outline
: none
!important
; }