UNPKG
zooid-list
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
List
github.com/octoblu/zooid-list
octoblu/zooid-list
zooid-list
/
src
/
ListItem
/
styles.css
19 lines
(15 loc)
•
239 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.root
{
background
:
#fff
;
padding
:
1.2em
1em
;
background
:
#fff
;
border-bottom
:
1px
solid
#eaeaea
; }
.root
:last-child
{
border-bottom
: none; }
.button
{
cursor
: pointer; }
.button
:hover
{
background
:
rgba
(
0
,
0
,
0
,
0.02
); }