Loading indicator for document saving

This commit is contained in:
Jori Lallo
2016-05-29 11:58:53 -07:00
parent 9defb24335
commit 249c67011a
4 changed files with 13 additions and 6 deletions

View File

@@ -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;