HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/vitanhod/barnabites.es/wp-content/plugins/demo-importer-plus/assets/admin/sass/_loader.scss
@keyframes svgLoadAnimate {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(100%);
    }
}

.svg-animated-loader {
    position: relative;
    overflow: hidden;

    svg {
        width: 100%;
        height: auto;
    }

    &::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right, transparent, rgba(#fff, .7), transparent);
        animation: svgLoadAnimate infinite 1s ease;
    }
}