Sha256: 42e9539b1f3de72f9c5269da3101712793cd51cdde05ddb2f0bff5ad08456daf
Contents?: true
Size: 1.24 KB
Versions: 45
Compression:
Stored size: 1.24 KB
Contents
/* Progress bars */ .progress__bar{ flex: .8; .progress__bar__title{ color: $muted; font-size: .875rem; .progress__bar__number{ @extend .card__support__number; } } .progress__bar__subtitle{ display: none; } .progress__bar__bar{ background-color: $white; height: 6px; display: flex; margin-bottom: 0; .progress__bar__bar--complete{ border-radius: 0; background-color: $actions; height: 100%; } .progress__bar__bar--incomplete{ background-color: rgba($muted, .3); height: 100%; margin-left: 1px; } } &.progress__bar--vertical{ text-align: center; width: 90%; margin: 0 auto; .progress__bar__title{ font-size: 1.5rem; margin-bottom: 1rem; } .progress__bar__subtitle{ @extend .progress__bar__title; display: block; font-size: .875rem; margin: .5rem 0 1rem; } .progress__bar__number{ display: inline-block; font-weight: 400; font-size: 3rem; line-height: 1; } .progress__bar__text{ @extend .extra__suport-text; font-weight: 600; text-transform: uppercase; } } &.progress__bar--horizontal{ margin-bottom: .35rem; } }
Version data entries
45 entries across 45 versions & 1 rubygems