Global loading indicator
This commit is contained in:
@@ -34,6 +34,20 @@ hr {
|
||||
.entry img {
|
||||
max-width: 100%; }
|
||||
|
||||
#loading {
|
||||
background-color: #fff9;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
transition: background-color 5s;
|
||||
transition-timing-function: ease-in; }
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column; }
|
||||
|
||||
Reference in New Issue
Block a user