Added progress bar to fires map
This commit is contained in:
parent
73588a67d2
commit
b5620cea46
5 changed files with 61 additions and 0 deletions
5
imports/ui/components/Loading/LoadingBar.scss
Normal file
5
imports/ui/components/Loading/LoadingBar.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.loading-bar {
|
||||
height: 3px;
|
||||
overflow: hidden;
|
||||
margin-top: -3px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue