UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
indicators.css
11 lines
(9 loc)
•
174 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.indicator
{
@apply
relative; &
::before
{
@apply
absolute top-
0
block w-
2
h-
2
rounded-full bg-warning-gold;
content
:
''
;
top
:
0.5rem
;
left
: -
1rem
; } }