Try to do some intelligent stuff
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@source inline('loading-bars loading-infinity loading-circle loading-spinner loading-ring loading-ball')
|
||||
|
||||
|
||||
#loading-overlay {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
background: rgba(45, 45, 65, 0.6);
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
#loading-overlay div {
|
||||
margin: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user