Sha256: f32077ffef9c238c50fe3137f9a3a4d0a06a6d6a43b10e17e3b50b25499abd72
Contents?: true
Size: 628 Bytes
Versions: 259
Compression:
Stored size: 628 Bytes
Contents
/******************************* Progress *******************************/ .ui.progress .bar { background-size: 30px 30px; background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.08) 75%, transparent 75%, transparent ) ; } .ui.progress.active .bar:after { animation: none; } .ui.progress.active .bar { animation: progress-striped 3s linear infinite; } @keyframes progress-striped { 0% { background-position: 0px 0; } 100% { background-position: 60px 0; } }
Version data entries
259 entries across 259 versions & 3 rubygems