9
app/components/PageLoader/PageLoader.scss
Executable file
9
app/components/PageLoader/PageLoader.scss
Executable file
@@ -0,0 +1,9 @@
|
||||
.pageLoader {
|
||||
background-color: cyan;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 1000;
|
||||
}
|
Reference in New Issue
Block a user