UNPKG
pdh-design-system
Version:
beta (0.6.2)
latest (1.0.1)
1.0.1
1.0.0
0.9.0
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.10
0.7.9
0.7.8
0.7.7
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.0.1
PDH Design System React Components
design-js.pacificdata.org
pdh-design-system
/
dist
/
css
/
atoms
/
Loading
/
Loading.css
12 lines
•
212 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.loading-root
{
position
: fixed;
z-index
:
10
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
background
:
rgba
(
0
,
0
,
0
,
0.568627451
);
display
: flex;
align-items
: center;
justify-content
: center; }