%PDF- %PDF-
| Direktori : /home/vacivi36/app/unidades/indaiatuba/scss/custom/structure/ |
| Current File : /home/vacivi36/app/unidades/indaiatuba/scss/custom/structure/_preloader.scss |
// Loading
/*******************
Preloader
********************/
.preloader{
width: 100%;
height: 100%;
top:0px;
position: fixed;
z-index: 99999;
background: #fff;
.cssload-speeding-wheel{
}
}
.lds-ripple {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
.lds-pos {
position: absolute;
border: 2px solid #2962FF;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
}
.lds-pos:nth-child(2) {
animation-delay:-0.5s;
}
}
@keyframes lds-ripple {
0% {
top: 28px;
left: 28px;
width: 0;
height: 0;
opacity: 0;
}
5% {
top: 28px;
left: 28px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: -1px;
left: -1px;
width: 58px;
height: 58px;
opacity: 0;
}
}