Sha256: 4798c119d6e0a318c379a7406e07410dc9207211b7a5f447775aaa1fa8310b92
Contents?: true
Size: 576 Bytes
Versions: 43
Compression:
Stored size: 576 Bytes
Contents
/* Table of Contents ================================================== #Progress */ /* #Progress ================================================== */ .progress { background-color: rgba(236,238,241,1); border-radius: 500px; height: 25px; overflow: hidden; } .progress .bar { background-color: rgba(79,148,210,1); box-sizing: border-box; color: rgba(255,255,255,1); float: left; font-size: 13px; height: 100%; -webkit-transition: width 0.6s ease; transition: width 0.6s ease; text-align: center; width: 0; } .progress-mini { height: 8px; }
Version data entries
43 entries across 43 versions & 3 rubygems