Sha256: bd33f520ea45a9365abdccc8a22b28fec5ed5309a5879603f79afcc097f71f4e
Contents?: true
Size: 564 Bytes
Versions: 9
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(58,144,216,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
9 entries across 9 versions & 1 rubygems