FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
react-grid-layout/examples/example-styles.css at master · bhuffman/react-grid-layout · GitHub
bhuffman
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
react-grid-layout
/
examples
/
example-styles.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
97 lines (94 loc) · 1.51 KB
Breadcrumbs
react-grid-layout
/
examples
/
example-styles.css
Copy path
File metadata and controls
97 lines (94 loc) · 1.51 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body
{
background
:
white;
padding
:
20
px
;
overflow
:
scroll;
}
#
content
{
width
:
100
%
;
}
.
react-grid-layout
{
background
:
#
eee
;
}
.
layoutJSON
{
background
:
#
ddd
;
border
:
1
px
solid black;
margin-top
:
10
px
;
padding
:
10
px
;
}
.
columns
{
-moz-columns
:
120
px
;
-webkit-columns
:
120
px
;
columns
:
120
px
;
}
.
react-grid-item
{
box-sizing
:
border-box;
}
.
react-grid-item
:
not
(.
react-grid-placeholder
) {
background
:
#
ccc
;
border
:
1
px
solid black;
}
.
react-grid-item
.
resizing
{
opacity
:
0.9
;
}
.
react-grid-item
.
static
{
background
:
#
cce
;
}
.
react-grid-item
.
text
{
font-size
:
24
px
;
text-align
:
center;
position
:
absolute;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
margin
:
auto;
height
:
24
px
;
}
.
react-grid-item
.
minMax
{
font-size
:
12
px
;
}
.
react-grid-item
.
add
{
cursor
:
pointer;
}
.
react-grid-dragHandleExample
{
cursor
:
move;
/* fallback if grab cursor is unsupported */
cursor
:
grab;
cursor
:
-moz-grab;
cursor
:
-webkit-grab;
}
li
b
{
font-size
:
19
px
;
line-height
:
14
px
;
}
.
toolbox
{
background-color
:
#
dfd
;
width
:
100
%
;
height
:
120
px
;
overflow
:
scroll;
}
.
hide-button
{
cursor
:
pointer;
position
:
absolute;
font-size
:
20
px
;
top
:
0
px
;
right
:
5
px
;
}
.
toolbox__title
{
font-size
:
24
px
;
margin-bottom
:
5
px
;
}
.
toolbox__items
{
display
:
block;
}
.
toolbox__items__item
{
display
:
inline-block;
text-align
:
center;
line-height
:
40
px
;
cursor
:
pointer;
width
:
40
px
;
height
:
40
px
;
padding
:
10
px
;
margin
:
5
px
;
border
:
1
px
solid black;
background-color
:
#
ddd
;
}
Back
|
FazBrowse Home
|
New Git URL