UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
alignment-list.css
21 lines
(16 loc)
•
259 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
.alignment-list
{
@apply
table -m-
8
;
border-spacing
:
2rem
; }
.alignment-list-row
{
@apply
table-row; }
.alignment-list-cell
{
@apply
table-cell; }
.alignment-list-label
{
@apply
font-semibold;
@screen
md {
@apply
whitespace-no-wrap; } }