UNPKG
ice-frontend-react-mobx
Version:
latest (6.0.0)
6.0.0
3.0.46
3.0.45
3.0.43
3.0.42
3.0.41
3.0.40
3.0.39
3.0.9
3.0.7
3.0.6
3.0.5
3.0.4
ICE Frontend REACT+MobX
github.com/vpsinc/ice-frontend-react-mobx
vpsinc/ice-frontend-react-mobx
ice-frontend-react-mobx
/
src
/
components
/
common
/
dnd
/
GroupDragSource
/
GroupDragSource.css
14 lines
(13 loc)
•
250 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.deviceStyle
{
background-color
:
rgba
(
255
,
255
,
255
,
0
);
margin-bottom
:
1.5rem
;
cursor
: move;
display
: block;
width
: auto;
overflow
: hidden;
border
:
1px
solid
var
(--border-dark);
border-radius
:
2px
;
li
{
list-style
: none; } }