Loading indicator for document saving
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
.loader {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background-color: #03A9F4;
|
||||
}
|
||||
|
||||
.loading {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 9999;
|
||||
|
||||
background-color: #03A9F4;
|
||||
width: 100%;
|
||||
animation: loading 4s ease-in-out infinite;
|
||||
|
||||
Reference in New Issue
Block a user