UNPKG
ng-spinner
Version:
latest (9.0.0)
9.0.0
8.0.0
7.0.0
6.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
simple overlay spinner for angular applications
github.com/vpotluri9/ng-spinner
vpotluri9/ng-spinner
ng-spinner
/
src
/
app
/
modules
/
spinner
/
spinner.component.css
18 lines
(17 loc)
•
298 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#overlay
{
position
: fixed;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
width
:
100%
;
height
:
100%
;
display
:table;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
z-index
:
99999
; }
#text
{
display
:table-cell;
vertical-align
:middle;
text-align
:center; }