loading screen
parent
20b83a6c0a
commit
6518902aa2
|
@ -15,7 +15,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% + 200px);
|
||||
background-color: white;
|
||||
z-index: 99999;
|
||||
transition: opacity 0.3s ease;
|
||||
|
@ -32,6 +32,8 @@
|
|||
}
|
||||
|
||||
#shx-loading-screen-text {
|
||||
position: relative;
|
||||
top: -200px;
|
||||
animation: shx-spinner-pulse 0.65s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue