UNPKG
@lyra/components
Version:
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.2
0.2.1
0.2.0
Basic UX components
vegapublish.com
VegaPublish/vega
@lyra/components
/
lib
/
lists
/
styles
/
DragHandle.css
17 lines
(15 loc)
•
257 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.default
{
cursor
: ns-resize;
font-size
:
1em
;
height
:
2.5em
;
display
: inline-block;
opacity
:
0.5
;
width
:
2.5em
;
box-sizing
: border-box;
padding
:
0.5em
0.75em
;
border
:
1px
solid transparent;
z-index
:
1
; &
:hover
{
opacity
:
1
; } }