| Current Path : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/sass/components/content/base/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/sass/components/content/base/_loaders.scss |
.c-content-loader {
display: none;
width: 40px;
height: 40px;
margin-top:-20px;
margin-left:-30px;
background: #ccc;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
-webkit-animation: c-scaleout 1.0s infinite ease-in-out;
animation: c-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes c-scaleout {
0% { -webkit-transform: scale(0.0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes c-scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}