Sha256: 093d8ef7310286892e2997378161e6180aef1bac0b517dc100c4d1ef3cfaef7b

Contents?: true

Size: 511 Bytes

Versions: 14

Compression:

Stored size: 511 Bytes

Contents

.bounce {
    animation: bounce .8s ease-out infinite;
    -webkit-animation: bounce .8s ease-out infinite;
}

@keyframes bounce {
    from {
        box-shadow: 0 0 15px #6c757d;
    }
    50% {
        box-shadow: 0 0 30px #6c757d;
    }
    to {
        box-shadow: 0 0 15px #6c757d;
    }
}

@-webkit-keyframes bounce {
    from {
        -webkit-box-shadow: 0 0 15px #6c757d;
    }
    50% {
        -webkit-box-shadow: 0 0 30px #6c757d;
    }
    to {
        -webkit-box-shadow: 0 0 15px #6c757d;
    }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
redis_web_manager-0.4.0 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.9 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.8 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.6 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.5 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.4 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.3 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.2 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.1 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.3.0 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.2.1 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.2.0 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.1.8 app/assets/stylesheets/redis_web_manager/dashboard.css
redis_web_manager-0.1.6 app/assets/stylesheets/redis_web_manager/dashboard.css