Sha256: d755a73acc01db2f80f7f2cfb7a4c10813fbf4a6c2b87f298bc7cacc99f18b15
Contents?: true
Size: 587 Bytes
Versions: 49
Compression:
Stored size: 587 Bytes
Contents
// // progress.scss // Extended from Bootstrap // // // Bootstrap Overrides ===================================== // // Rounds the progress bar, even for "multiple bar" progress bars .progress-bar:first-child { border-top-left-radius: $progress-border-radius; border-bottom-left-radius: $progress-border-radius; } .progress-bar:last-child { border-top-right-radius: $progress-border-radius; border-bottom-right-radius: $progress-border-radius; } // // Dashkit =================================== // .progress-sm { height: $progress-height-sm; }
Version data entries
49 entries across 49 versions & 1 rubygems