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