FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
react-grid-layout/css/styles.css at master · tculig/react-grid-layout · GitHub
tculig
/
react-grid-layout
Public
forked from
react-grid-layout/react-grid-layout
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
react-grid-layout
/
css
/
styles.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (55 loc) · 1.15 KB
Breadcrumbs
react-grid-layout
/
css
/
styles.css
Copy path
File metadata and controls
61 lines (55 loc) · 1.15 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.
react-grid-layout
{
position
:
relative;
transition
:
height
200
ms
ease;
}
.
react-grid-item
{
transition
:
all
200
ms
ease;
transition-property
:
left
,
top;
}
.
react-grid-item
.
cssTransforms
{
transition-property
:
transform;
}
.
react-grid-item
.
resizing
{
z-index
:
1
;
will-change
:
width
,
height;
}
.
react-grid-item
.
react-draggable-dragging
{
transition
:
none;
z-index
:
3
;
will-change
:
transform;
}
.
react-grid-item
.
dropping
{
visibility
:
hidden;
}
.
react-grid-item
.
react-grid-placeholder
{
background
:
red;
opacity
:
0.2
;
transition-duration
:
100
ms
;
z-index
:
2
;
-webkit-user-select
:
none;
-moz-user-select
:
none;
-ms-user-select
:
none;
-o-user-select
:
none;
user-select
:
none;
}
.
react-grid-item
>
.
react-resizable-handle
{
position
:
absolute;
width
:
20
px
;
height
:
20
px
;
bottom
:
0
;
right
:
0
;
cursor
:
se-resize;
}
.
react-grid-item
>
.
react-resizable-handle
::
after
{
content
:
""
;
position
:
absolute;
right
:
3
px
;
bottom
:
3
px
;
width
:
5
px
;
height
:
5
px
;
border-right
:
2
px
solid
rgba
(
0
,
0
,
0
,
0.4
);
border-bottom
:
2
px
solid
rgba
(
0
,
0
,
0
,
0.4
);
}
.
react-resizable-hide
>
.
react-resizable-handle
{
display
:
none;
}
Back
|
FazBrowse Home
|
New Git URL