UNPKG
@zeix/ui-element
Version:
latest (0.13.3)
0.13.3
0.13.2
0.13.1
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.4
UIElement - a HTML-first library for reactive Web Components
@zeix/ui-element
/
docs-src
/
components
/
module-catalog
/
module-catalog.css
23 lines
(19 loc)
•
249 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
23
module-catalog {
display
: flex;
flex-direction
: column;
gap
:
var
(--space-l); >
header
,
p
{
margin
:
0
; } &
ul
{
padding
:
0
;
margin
:
0
; } &
header
,
li
{
display
: flex;
gap
:
var
(--space-m);
justify-content
: space-between; } }