Sha256: 89ea13cfaf68c1621619d05f062be675b8094456cdb970d1a700257bce9c3afe
Contents?: true
Size: 564 Bytes
Versions: 7
Compression:
Stored size: 564 Bytes
Contents
/* Table of Contents ================================================== #Progress */ /* #Progress ================================================== */ .progress { background: rgba(236,238,241,1); border-radius: 500px; height: 25px; overflow: hidden; } .progress .bar { background: 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
7 entries across 7 versions & 1 rubygems